Merge branch 'mv/request-pull-modernize'

* mv/request-pull-modernize:
  request-pull: avoid mentioning that the start point is a single commit
maint
Junio C Hamano 2010-02-21 11:59:17 -08:00
commit e95a4df460
1 changed files with 4 additions and 4 deletions

View File

@ -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