提交 4e62e272 编写于 作者: S Shawn O. Pearce

git-gui: Don't try to tag the 'Binary files * and * differ' line.

Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 d3596fd9
......@@ -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 {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册