mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Merge branch 'master' into skip_upstream
This commit is contained in:
commit
6136187009
|
|
@ -18,6 +18,7 @@ case $(uname -s) in
|
|||
;;
|
||||
esac
|
||||
|
||||
COUNT=0
|
||||
while getopts "n:" opt; do
|
||||
case ${opt} in
|
||||
n )
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "git-recent",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "List recent git branches, formatted so fancy",
|
||||
"bin": {
|
||||
"git-recent": "git-recent"
|
||||
|
|
|
|||
Loading…
Reference in a new issue