diff --git a/progit/hooks/files/progit_hook.py b/progit/hooks/files/progit_hook.py index 46ecbac..84d8684 100644 --- a/progit/hooks/files/progit_hook.py +++ b/progit/hooks/files/progit_hook.py @@ -35,6 +35,7 @@ RELATES = [ re.compile('.*\s+relate[sd]?:?\s?https?://.*/(\w+)/issue/(\d+)', re.I), ] + def read_git_output(args, input=None, keepends=False, **kw): """Read the output of a Git command."""