Git development
 help / color / mirror / Atom feed
* [PATCH]: Pass -M to diff in request-pull
@ 2006-12-04  7:17 David Miller
  2006-12-04  8:35 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2006-12-04  7:17 UTC (permalink / raw)
  To: junkio; +Cc: git


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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-04 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-04  7:17 [PATCH]: Pass -M to diff in request-pull David Miller
2006-12-04  8:35 ` Junio C Hamano
2006-12-04 16:45   ` Linus Torvalds
2006-12-04 17:49     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox