mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix shift in git-count
This commit is contained in:
parent
8d4f55b048
commit
aefe5c0f1c
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
arg=$1; shift
|
||||
if test "$arg" = "--all"; then
|
||||
if test "$1" = "--all"; then
|
||||
git shortlog -n $@ | grep "):" | sed 's|:||'
|
||||
echo
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue