diff --git a/gertty/gitrepo.py b/gertty/gitrepo.py index 182a71e..0b2e0b8 100644 --- a/gertty/gitrepo.py +++ b/gertty/gitrepo.py @@ -454,6 +454,8 @@ class Repo(object): continue if line.startswith("index"): continue + if line.startswith("Binary files"): + continue if not last_line: raise Exception("Unhandled line: %s" % line) f.finalize()