Skip to content

Commit 478c446

Browse files
committed
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
2 parents b51ffa8 + b7e642e commit 478c446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-request-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ git show -s --format='The following changes since commit %H:
9696
%s (%ci)
9797
9898
are available in the git repository at:
99-
' $baserev &&
99+
' $merge_base &&
100100
echo " $url${ref+ $ref}" &&
101101
git show -s --format='
102102
for you to fetch changes up to %H:

0 commit comments

Comments
 (0)