Skip to content

Commit

Permalink
Fix shift in git-count
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 7, 2010
1 parent 8d4f55b commit aefe5c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/git-count
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aefe5c0

Please sign in to comment.