mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
commit
ee0097b448
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if test "$1" = "--all"; then
|
||||
git shortlog -n $@ | grep "):$" | sed 's|:||'
|
||||
git shortlog -n -s $@ | awk '{print substr($0,index($0,$2)) " (" $1 ")"}'
|
||||
echo
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue