summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-01-12 23:34:30 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-01-12 23:34:30 -0800
commit478c44658e9c92c2c17ab4775f3c31ea713ec7de (patch)
tree582220b41b47f6f3118965b816c03798f1f67eb5
parentMerge branch 'tr/maint-mailinfo' (diff)
parentrequest-pull: use the real fork point when preparing the message (diff)
downloadtgif-478c44658e9c92c2c17ab4775f3c31ea713ec7de.tar.xz
Merge branch 'jc/request-pull-show-head-4'
* jc/request-pull-show-head-4: request-pull: use the real fork point when preparing the message
-rwxr-xr-xgit-request-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-request-pull.sh b/git-request-pull.sh
index d7ba1178ae..64960d65a1 100755
--- 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: