From: Junio C Hamano Date: Fri, 8 Jan 2010 07:37:30 +0000 (-0800) Subject: Do not use ext diff when detecting change in whats-cooking X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07635fa6ffa2b16893f437274fd8f4415b65ec4d;p=thirdparty%2Fgit.git Do not use ext diff when detecting change in whats-cooking --- diff --git a/cook.sh b/cook.sh index 77c27b266f..7c0d12778d 100755 --- a/cook.sh +++ b/cook.sh @@ -194,7 +194,7 @@ eval $(date +"monthname=%b month=%m year=%Y date=%d dow=%a") incremental=$( cd Meta && - if git diff --quiet HEAD -- whats-cooking.txt >/dev/null + if git diff --quiet --no-ext-diff HEAD -- whats-cooking.txt >/dev/null then echo no else