Allow arbitrary bytes in output. Resolves #245

This commit is contained in:
Anthony Sottile 2015-07-23 12:59:13 -07:00
parent 826aa4cebd
commit 66b1d39c6e
11 changed files with 104 additions and 50 deletions

View file

@ -24,4 +24,5 @@ def run_hook(repo_cmd_runner, hook, file_args):
],
stdin=file_args_to_stdin(file_args),
retcode=None,
encoding=None,
)