Merging visionmedia/master

This commit is contained in:
Domenico Rotiroti 2010-09-07 20:23:52 +02:00
commit 8832dae4aa

View file

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