sha1_name: add get_sha1_with_context()
[gitweb.git] / git-request-pull.sh
index b0a03111cc64e1cb724a58e897a8727888bbc591..74238b031370a02d8456aeee9003977f001bd9c7 100755 (executable)
@@ -66,11 +66,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