mirror of
https://github.com/tj/git-extras.git
synced 2026-09-14 01:16:31 -04:00
Merging visionmedia/master
This commit is contained in:
commit
8832dae4aa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue