Do not use ext diff when detecting change in whats-cooking

This commit is contained in:
Junio C Hamano
2010-01-07 23:37:30 -08:00
parent 54942d1f01
commit 07635fa6ff

View File

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