Skip to content

Commit 8490a50

Browse files
committed
adding a format for git-contrib
1 parent 171d069 commit 8490a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-contrib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ user="$*"
44

55
test -z "$user" && echo "user name required." 1>&2 && exit 1
66

7-
git shortlog --author="$user"
7+
git shortlog --format=format:"%h %s" --author="$user"

0 commit comments

Comments
 (0)