Files
systemd/src
Nandakumar Raghavan a4aae32478 ansi-color: fix SYSTEMD_COLORS=true regression when output is piped
The SYSTEMD_COLORS=true/1/yes no longer forced colors
when stdout was not a TTY (e.g. piped), because the COLOR_TRUE bypass
of the terminal_is_dumb() check was accidentally dropped.

Restore the old behavior by guarding the TTY check with
`m != COLOR_TRUE`, so an explicit boolean "true" value continues to
unconditionally force color output regardless of whether stdout is a TTY
or whether $NO_COLOR is set.
2026-03-18 12:03:38 +01:00
..
2026-03-11 03:23:53 +09:00
2026-02-20 16:56:16 +01:00
2026-03-12 00:24:01 +00:00
2026-03-10 12:03:17 +01:00
2026-03-04 14:32:16 +01:00
2026-03-13 14:20:05 +00:00
2026-03-04 14:32:15 +01:00