Skip to content

Commit

Permalink
Merge branch 'jc/request-pull-show-head-4'
Browse files Browse the repository at this point in the history
* jc/request-pull-show-head-4:
  request-pull: use the real fork point when preparing the message
  • Loading branch information
Junio C Hamano committed Jan 13, 2012
2 parents b51ffa8 + b7e642e commit 478c446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-request-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 478c446

Please sign in to comment.