diff --git a/gertty/gitrepo.py b/gertty/gitrepo.py index 59e4616..ec5ace6 100644 --- a/gertty/gitrepo.py +++ b/gertty/gitrepo.py @@ -381,7 +381,7 @@ class Repo(object): extra_contexts.append(CommitContext(None, newc)) contexts = itertools.chain( extra_contexts, oldc.diff( - newc, color='never',create_patch=True, U=context)) + newc, color='never', create_patch=True, unified=context)) for diff_context in contexts: # Each iteration of this is a file f = DiffFile()