cli.git: Fix parameter order.
parent
0f2466e6fb
commit
9d911fab73
|
@ -38,7 +38,7 @@ cli-git-num-parallel [ cpus 2 * ] initialize
|
|||
: git-diff-name-only* ( from to -- lines )
|
||||
[ { "git" "diff" "--name-only" } ] 2dip 2array append git-command>lines ;
|
||||
: git-diff-name-only ( path from to -- lines )
|
||||
[ git-diff-name-only* ] with-directory ;
|
||||
'[ _ _ git-diff-name-only* ] with-directory ;
|
||||
|
||||
: git-repository? ( directory -- ? )
|
||||
".git" append-path current-directory get prepend-path
|
||||
|
|
Loading…
Reference in New Issue