1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-01 05:47:04 +03:00

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

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;
}