Do not use ext diff when detecting change in whats-cooking
Junio C Hamano committed
Jan 7, 2010 at 23:37 UTC
07635fa6ffa2b16893f437274fd8f4415b65ec4d
1 file changed
+1
-1
cook.sh
+1
-1
@@ -194,7 +194,7 @@ eval $(date +"monthname=%b month=%m year=%Y date=%d dow=%a")
194
195
incremental=$(
196
cd Meta &&
197
- if git diff --quiet HEAD -- whats-cooking.txt >/dev/null
197
+ if git diff --quiet --no-ext-diff HEAD -- whats-cooking.txt >/dev/null
198
then
199
echo no
200
else