summaryrefslogtreecommitdiff
path: root/git/index
diff options
context:
space:
mode:
Diffstat (limited to 'git/index')
-rw-r--r--git/index/fun.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/index/fun.py b/git/index/fun.py
index 98e2d3a0..64312300 100644
--- a/git/index/fun.py
+++ b/git/index/fun.py
@@ -77,7 +77,6 @@ def run_commit_hook(name, index):
stderr=subprocess.PIPE,
cwd=index.repo.working_dir,
close_fds=(is_posix()),
- universal_newlines=True,
creationflags=PROC_CREATIONFLAGS,)
stdout, stderr = cmd.communicate()
cmd.stdout.close()