mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
adding a format for git-contrib
This commit is contained in:
parent
171d06965e
commit
8490a50304
|
|
@ -4,4 +4,4 @@ user="$*"
|
|||
|
||||
test -z "$user" && echo "user name required." 1>&2 && exit 1
|
||||
|
||||
git shortlog --author="$user"
|
||||
git shortlog --format=format:"%h %s" --author="$user"
|
||||
|
|
|
|||
Loading…
Reference in a new issue