summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-13 07:34:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-01-13 07:34:30 (GMT)
commit478c44658e9c92c2c17ab4775f3c31ea713ec7de (patch)
tree582220b41b47f6f3118965b816c03798f1f67eb5
parentb51ffa80f6e65fde91a667c4825eeeb4deb997f6 (diff)
parentb7e642ecec4347b170d206c84850ae0a46b5f46e (diff)
downloadgit-478c44658e9c92c2c17ab4775f3c31ea713ec7de.zip
git-478c44658e9c92c2c17ab4775f3c31ea713ec7de.tar.gz
git-478c44658e9c92c2c17ab4775f3c31ea713ec7de.tar.bz2
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 d7ba117..64960d6 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: