From: Junio C Hamano Date: Fri, 13 Jan 2012 07:34:30 +0000 (-0800) Subject: Merge branch 'jc/request-pull-show-head-4' X-Git-Tag: v1.7.9-rc1~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/478c44658e9c92c2c17ab4775f3c31ea713ec7de?hp=b51ffa80f6e65fde91a667c4825eeeb4deb997f6 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 --- 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: