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
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