Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/request-pull-show-head-4'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 13 Jan 2012 07:34:30 +0000
(23:34 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 13 Jan 2012 07:34:30 +0000
(23:34 -0800)
* jc/request-pull-show-head-4:
request-pull: use the real fork point when preparing the message
git-request-pull.sh
patch
|
blob
|
history
raw
(from parent 1:
b51ffa8
)
diff --git
a/git-request-pull.sh
b/git-request-pull.sh
index d7ba1178ae75019aba44f78d6cabd775a84ad526..64960d65a1c2bf3c260c8fd46c4b298ae870679f 100755
(executable)
--- a/
git-request-pull.sh
+++ b/
git-request-pull.sh
@@
-96,7
+96,7
@@
git show -s --format='The following changes since commit %H:
%s (%ci)
are available in the git repository at:
-' $
baserev
&&
+' $
merge_base
&&
echo " $url${ref+ $ref}" &&
git show -s --format='
for you to fetch changes up to %H: