We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 171d069 + 8490a50 commit ad8c77bCopy full SHA for ad8c77b
bin/git-contrib
@@ -4,4 +4,4 @@ user="$*"
4
5
test -z "$user" && echo "user name required." 1>&2 && exit 1
6
7
-git shortlog --author="$user"
+git shortlog --format=format:"%h %s" --author="$user"
0 commit comments