diff --git a/tekuti/git.scm b/tekuti/git.scm index d2aecb4..fee9c0f 100644 --- a/tekuti/git.scm +++ b/tekuti/git.scm @@ -87,7 +87,6 @@ (let* ((real-args (trc (redirect-input (prepend-env args)))) (pipe (apply open-pipe* OPEN_READ real-args)) (output (begin - (set-port-encoding! pipe "ISO-8859-1") (let ((bv (get-bytevector-all pipe))) (if (eof-object? bv) ""