From: mfranz Date: Tue, 6 Mar 2007 20:35:28 +0000 (+0000) Subject: make unified diff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=937e8283a300a497c7d57b21439a2a7b6871abb0;p=flightgear.git make unified diff --- diff --git a/scripts/tools/fg-submit b/scripts/tools/fg-submit index 2fa3f6462..f471a8830 100755 --- a/scripts/tools/fg-submit +++ b/scripts/tools/fg-submit @@ -77,7 +77,7 @@ fi LOG "making diff ..." -if ! $CVS -q diff >$DIFF; then +if ! $CVS -q diff -up >$DIFF; then LOG "diff statistics:" diffstat $DIFF