coreutils/tests
Simon Chopin 421d8b7c22 date: add hidden aliases --rfc-2822/822 for GNU compat
In GNU date, those two long options are undocumented aliases for the email format:

❯ date -R
Wed, 03 Sep 2025 17:55:15 +0200

❯ date --rfc-822
Wed, 03 Sep 2025 17:55:22 +0200

❯ date --rfc-2822
Wed, 03 Sep 2025 17:55:27 +0200

Initially noticed as the 2822 option is used in the glibc packaging in Debian and Ubuntu.

Signed-off-by: Simon Chopin <simon.chopin@canonical.com>
2025-09-03 17:59:42 +02:00
..
benches/factor chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
by-util date: add hidden aliases --rfc-2822/822 for GNU compat 2025-09-03 17:59:42 +02:00
fixtures test(sort): Fix fixtures 2025-07-25 13:51:53 +02:00
uutests who: honor locale settings 2025-09-01 22:36:54 +08:00
test_util_name.rs clap localization: address PR review comments 2025-08-14 10:52:03 +02:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00