[PATCH]: Pass -M to diff in request-pull

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Monday, December 4, 2006 - 12:17 am

Linus recommended this, otherwise any renames cause the
diffstate output to be rediculious in some circumstances :)

Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/git-request-pull.sh b/git-request-pull.sh
index 4319e35..4eacc3a 100755
--- a/git-request-pull.sh
+++ b/git-request-pull.sh
@@ -30,4 +30,4 @@ echo "  $url"
 echo
 
 git log  $baserev..$headrev | git-shortlog ;
-git diff --stat --summary $baserev..$headrev
+git diff -M --stat --summary $baserev..$headrev
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH]: Pass -M to diff in request-pull, David Miller, (Mon Dec 4, 12:17 am)
Re: [PATCH]: Pass -M to diff in request-pull, Junio C Hamano, (Mon Dec 4, 1:35 am)
Re: [PATCH]: Pass -M to diff in request-pull, Linus Torvalds, (Mon Dec 4, 9:45 am)
Re: [PATCH]: Pass -M to diff in request-pull, David Miller, (Mon Dec 4, 10:49 am)