Show More
@@ -3105,9 +3105,7 b' def diffcontent(data1, data2, header, bi' | |||
|
3105 | 3105 | if binary and opts.git and not opts.nobinary: |
|
3106 | 3106 | text = mdiff.b85diff(content1, content2) |
|
3107 | 3107 | if text: |
|
3108 | header.append( | |
|
3109 | b'index %s..%s' % (index1, index2) | |
|
3110 | ) | |
|
3108 | header.append(b'index %s..%s' % (index1, index2)) | |
|
3111 | 3109 | hunks = ((None, [text]),) |
|
3112 | 3110 | else: |
|
3113 | 3111 | if opts.git and opts.index > 0: |
General Comments 0
You need to be logged in to leave comments.
Login now