We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1958e5b + 10eb000 commit e95a4dfCopy full SHA for e95a4df
1 file changed
git-request-pull.sh
@@ -65,11 +65,11 @@ if [ -z "$branch" ]; then
65
status=1
66
fi
67
68
-echo "The following changes since commit $baserev:"
69
-git shortlog --max-count=1 $baserev | sed -e 's/^\(.\)/ \1/'
+git show -s --format='The following changes since commit %H:
70
71
-echo "are available in the git repository at:"
72
-echo
+ %s (%ci)
+
+are available in the git repository at:' $baserev
73
echo " $url $branch"
74
echo
75
0 commit comments