cli.git: Get the branch name instead of HEAD sometimes.
parent
72833e950a
commit
a52d513883
|
@ -33,7 +33,8 @@ cli-git-num-parallel [ cpus 2 * ] initialize
|
||||||
?file-info dup [ directory? ] when ;
|
?file-info dup [ directory? ] when ;
|
||||||
|
|
||||||
: git-current-branch* ( -- name )
|
: git-current-branch* ( -- name )
|
||||||
{ "git" "rev-parse" "--abbrev-ref" "HEAD" }
|
! { "git" "rev-parse" "--abbrev-ref" "HEAD" }
|
||||||
|
{ "git" "name-rev" "--name-only" "HEAD" }
|
||||||
utf8 <process-reader> stream-contents
|
utf8 <process-reader> stream-contents
|
||||||
[ blank? ] trim-tail ;
|
[ blank? ] trim-tail ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue