mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Merge pull request #890 from zhujian0805/master
adding a format for git-contrib
This commit is contained in:
commit
ad8c77bfa3
|
|
@ -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