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

todo
Junio C Hamano 2010-01-07 23:37:30 -08:00
parent 54942d1f01
commit 07635fa6ff
1 changed files with 1 additions and 1 deletions

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