Merge "Handle (ignore) binary file diffs"
This commit is contained in:
commit
a38548a7d8
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user