]> git.ipfire.org Git - thirdparty/git.git/commit
pretty tests: give --date/format tests a better description
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 25 Apr 2021 09:11:33 +0000 (11:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Apr 2021 07:08:54 +0000 (16:08 +0900)
commit3593ebd3f502d28eb405ce502cd9fbd743afc3fe
tree3586c2e739bebc9aa73a86b2e2871d4608664edf
parentfbfcaec8d82adf9994a88a49e9b12f2ecffc4626
pretty tests: give --date/format tests a better description

Change the description for the --date/format equivalency tests added
in 466fb6742d7 (pretty: provide a strict ISO 8601 date format,
2014-08-29) and 0df621172d8 (pretty: provide short date format,
2019-11-19) to be more meaningful.

This allows us to reword the comment added in the former commit to
refer to both tests, and any other future test, such as the in-flight
--date=human format being proposed in [1].

1. http://lore.kernel.org/git/pull.939.v2.git.1619275340051.gitgitgadget@gmail.com

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4205-log-pretty-formats.sh