mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Handle new git behavior requiring count parameter (#19)
This commit is contained in:
parent
a7ae3198bd
commit
09848b42e5
|
|
@ -18,6 +18,7 @@ case $(uname -s) in
|
|||
;;
|
||||
esac
|
||||
|
||||
COUNT=0
|
||||
while getopts "n:" opt; do
|
||||
case ${opt} in
|
||||
n )
|
||||
|
|
|
|||
Loading…
Reference in a new issue