]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0006-date.sh
t0006: rename test-date's "show" to "relative"
authorJeff King <peff@peff.net>
Mon, 20 Jun 2016 21:10:29 +0000 (17:10 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 22:08:07 +0000 (15:08 -0700)
commitfdba2cdec47b1760422107c671feef1d2a57b8af
tree60bf3f055f6e6036656c012c7ccb4068233c4f20
parent50b4a7807f5f1db79a0a4f4400c29bc00efbd307
t0006: rename test-date's "show" to "relative"

The "show" tests are really only checking relative formats;
we should make that more clear.

This also frees up the "show" name to later check other
formats. We could later fold "relative" into a more generic
"show" command, but it's not worth it.  Relative times are a
special case already because we have to munge the concept of
"now" in our tests.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0006-date.sh
test-date.c