summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--tekuti/git.scm1
1 files changed, 0 insertions, 1 deletions
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)
""