Signed-off-by: Michele Ballabio <barra_cuda@xxxxxxxxxxxx> --- lib/diff.tcl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/diff.tcl b/lib/diff.tcl index 880418b..81a175b 100644 --- a/lib/diff.tcl +++ b/lib/diff.tcl @@ -204,6 +204,7 @@ proc read_diff {fd} { if {[string match {mode *} $line] || [string match {new file *} $line] || [string match {deleted file *} $line] + || [string match {deleted symlink} $line] || [string match {Binary files * and * differ} $line] || $line eq {\ No newline at end of file} || [regexp {^\* Unmerged path } $line]} { -- 1.5.3 - 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