Code

Merge branch 'jc/request-pull-show-head-4'
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Jan 2012 07:34:30 +0000 (23:34 -0800)
committerJunio 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

index d7ba1178ae75019aba44f78d6cabd775a84ad526..64960d65a1c2bf3c260c8fd46c4b298ae870679f 100755 (executable)
@@ -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: