delta: don't highlight unchanged files

This commit is contained in:
Lennart Poettering
2012-05-21 02:02:31 +02:00
parent 1ab27db890
commit 8e812a2301
+1 -1
View File
@@ -103,7 +103,7 @@ static int notify_override_unchanged(const char *f) {
if (!(arg_flags & SHOW_UNCHANGED))
return 0;
printf(ANSI_HIGHLIGHT_ON "[UNCHANGED]" ANSI_HIGHLIGHT_OFF " %s → %s\n", top, bottom);
printf("[UNCHANGED] %s\n", f);
return 1;
}