diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-12 23:34:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-12 23:34:30 -0800 |
commit | 478c44658e9c92c2c17ab4775f3c31ea713ec7de (patch) | |
tree | 582220b41b47f6f3118965b816c03798f1f67eb5 | |
parent | Merge branch 'tr/maint-mailinfo' (diff) | |
parent | request-pull: use the real fork point when preparing the message (diff) | |
download | tgif-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-x | git-request-pull.sh | 2 |
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: |