A fix for git-count

This commit is contained in:
Domenico Rotiroti 2010-09-07 17:12:54 +02:00
parent 8d4f55b048
commit 75ad8a6c82

View file

@ -1,6 +1,6 @@
#!/bin/sh
arg=$1; shift
if [ ! -z "$1" ]; then arg=$1; shift; fi
if test "$arg" = "--all"; then
git shortlog -n $@ | grep "):" | sed 's|:||'
echo