git-gui: Don't try to tag the 'Binary files * and * differ' line.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 23 Jan 2007 08:25:17 +0000 (03:25 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 23 Jan 2007 08:25:17 +0000 (03:25 -0500)
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh

index 37757cf..c675704 100755 (executable)
@@ -734,6 +734,7 @@ proc read_diff {fd} {
                        || [string match {mode *} $line]
                        || [string match {new file *} $line]
                        || [string match {deleted file *} $line]
+                       || [string match {Binary files * and * differ} $line]
                        || $line eq {\ No newline at end of file}
                        || [regexp {^\* Unmerged path } $line]} {
                        set tags {}