Skip to content

Commit

Permalink
Merge branch 'mv/request-pull-modernize'
Browse files Browse the repository at this point in the history
* mv/request-pull-modernize:
  request-pull: avoid mentioning that the start point is a single commit
  • Loading branch information
Junio C Hamano committed Feb 21, 2010
2 parents 1958e5b + 10eb000 commit e95a4df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions git-request-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ if [ -z "$branch" ]; then
status=1
fi

echo "The following changes since commit $baserev:"
git shortlog --max-count=1 $baserev | sed -e 's/^\(.\)/ \1/'
git show -s --format='The following changes since commit %H:
echo "are available in the git repository at:"
echo
%s (%ci)
are available in the git repository at:' $baserev
echo " $url $branch"
echo

Expand Down

0 comments on commit e95a4df

Please sign in to comment.