From 07635fa6ffa2b16893f437274fd8f4415b65ec4d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 7 Jan 2010 23:37:30 -0800 Subject: [PATCH] Do not use ext diff when detecting change in whats-cooking --- cook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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