Git development
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: junkio@cox.net
Cc: git@vger.kernel.org
Subject: [PATCH]: Pass -M to diff in request-pull
Date: Sun, 03 Dec 2006 23:17:00 -0800 (PST)	[thread overview]
Message-ID: <20061203.231700.55509531.davem@davemloft.net> (raw)


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

             reply	other threads:[~2006-12-04  7:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-04  7:17 David Miller [this message]
2006-12-04  8:35 ` [PATCH]: Pass -M to diff in request-pull Junio C Hamano
2006-12-04 16:45   ` Linus Torvalds
2006-12-04 17:49     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061203.231700.55509531.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox