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:
parent
1ab27db890
commit
8e812a2301
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user