mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
delta: don't highlight unchanged files
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user