X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-request-pull.sh;h=8fd15f6df4926a89812437e04735bd924ee7088b;hb=1baddf4b3781c0c714442adfda496d667e1850cd;hp=630ceddf0356429f7ff71d280ee1056a2eb939c6;hpb=0476228de500049804ae599f557658c3f9042ad0;p=git.git diff --git a/git-request-pull.sh b/git-request-pull.sh index 630ceddf0..8fd15f6df 100755 --- a/git-request-pull.sh +++ b/git-request-pull.sh @@ -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