Signed-off-by: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> --- lib/diff.tcl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/diff.tcl b/lib/diff.tcl index dae6ca6..0b72924 100644 --- a/lib/diff.tcl +++ b/lib/diff.tcl @@ -402,12 +402,12 @@ proc read_diff {fd conflict_size cont_info} { || [string match {diff --cc *} $line] || [string match {diff --combined *} $line] || [string match {--- *} $line] - || [string match {+++ *} $line]} { + || [string match {+++ *} $line] + || [string match {index *} $line]} { continue } } - if {[string match {index *} $line]} continue if {$line eq {deleted file mode 120000}} { set line "deleted symlink" } -- 1.7.3.2.1200.ge4bf6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html