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-05 20:23:24 +01:00
2026-02-16 21:24:55 +09:00
2026-03-18 12:03:38 +01:00
2026-03-18 10:25:59 +00:00
2026-03-13 12:26:23 +01:00
2026-03-18 10:25:59 +00:00
2026-03-11 19:40:43 +00:00
2026-03-18 10:27:27 +00:00
2026-03-12 16:02:28 +00:00
2026-03-12 16:02:28 +00:00
2026-02-24 18:29:37 +01:00
2026-03-03 22:18:26 +01:00
2026-03-11 03:23:53 +09:00
2026-02-17 22:00:14 +01:00
2026-03-13 10:23:36 +00:00
2026-03-04 07:36:10 +09:00
2026-03-13 17:43:51 +00:00
2026-02-24 23:08:52 +09:00
2026-03-05 01:01:33 +01:00
2026-03-02 23:09:53 +09:00
2026-03-18 10:25:59 +00:00
2026-03-10 06:32:30 +09:00
2026-03-11 18:25:28 +01:00
2026-03-05 10:27:58 +01:00
2026-03-12 00:24:01 +00:00
2026-03-11 18:40:57 +00:00
2026-03-10 04:31:53 +09:00
2026-03-03 08:49:23 +01:00
2026-02-20 16:56:16 +01:00
2026-02-16 09:44:54 +01:00
2026-03-09 11:46:14 +09:00
2026-03-12 00:24:01 +00:00
2026-03-10 18:23:14 +01:00
2026-03-01 08:51:14 +01:00
2026-03-05 10:27:58 +01:00
2026-03-10 12:03:17 +01:00
2026-03-12 14:43:47 +01:00
2026-03-12 21:53:28 +00:00
2026-03-18 10:39:39 +00:00
2026-03-04 14:32:15 +01:00
2026-03-05 10:27:58 +01:00
2026-03-03 15:26:45 +01:00
2026-02-20 21:20:45 +01:00
2026-03-18 10:25:59 +00:00
2026-03-05 10:27:58 +01:00
2026-02-16 09:44:54 +01:00
2026-03-05 10:27:58 +01:00
2026-03-04 08:28:46 +01:00
2026-03-18 10:25:59 +00:00
2026-03-02 23:10:22 +09:00
2026-03-18 12:03:38 +01:00
2026-03-04 14:32:16 +01:00
2026-02-16 09:53:03 +09:00
2026-03-03 08:49:23 +01:00
2026-03-04 08:28:46 +01:00
2026-03-13 14:20:05 +00:00
2026-02-25 13:51:31 +00:00
2026-02-25 02:52:37 +01:00
2026-02-13 19:07:20 +01:00
2026-02-17 22:00:14 +01:00
2026-03-04 14:32:15 +01:00
2026-02-18 23:14:11 +01:00