From 3b1464630c6c324ff1f56198e2c77601dabdcb61 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 2 Apr 2020 09:53:56 -0700 Subject: [PATCH] cli.git: revert process-contents patch. --- extra/cli/git/git.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/cli/git/git.factor b/extra/cli/git/git.factor index b7c3c2dc3c..6d58658632 100644 --- a/extra/cli/git/git.factor +++ b/extra/cli/git/git.factor @@ -10,7 +10,7 @@ SYMBOL: cli-git-num-parallel cli-git-num-parallel [ cpus 2 * ] initialize : git-command>string ( desc -- string ) - process-contents [ blank? ] trim-tail ; + utf8 stream-contents [ blank? ] trim-tail ; : git-clone-as ( uri path -- process ) [ { "git" "clone" } ] 2dip 2array append run-process ; : git-clone ( uri -- process ) [ { "git" "clone" } ] dip suffix run-process ;