cli.git: revert process-contents patch.
parent
de3b74d1c6
commit
3b1464630c
|
@ -10,7 +10,7 @@ SYMBOL: cli-git-num-parallel
|
||||||
cli-git-num-parallel [ cpus 2 * ] initialize
|
cli-git-num-parallel [ cpus 2 * ] initialize
|
||||||
|
|
||||||
: git-command>string ( desc -- string )
|
: git-command>string ( desc -- string )
|
||||||
process-contents [ blank? ] trim-tail ;
|
utf8 <process-reader> stream-contents [ blank? ] trim-tail ;
|
||||||
|
|
||||||
: git-clone-as ( uri path -- process ) [ { "git" "clone" } ] 2dip 2array append run-process ;
|
: git-clone-as ( uri path -- process ) [ { "git" "clone" } ] 2dip 2array append run-process ;
|
||||||
: git-clone ( uri -- process ) [ { "git" "clone" } ] dip suffix run-process ;
|
: git-clone ( uri -- process ) [ { "git" "clone" } ] dip suffix run-process ;
|
||||||
|
|
Loading…
Reference in New Issue