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