t0006: test various date formats
commit36d6792157cc064607147b942c80bc3716dd339b
authorJeff King <peff@peff.net>
Mon, 20 Jun 2016 21:11:59 +0000 (20 17:11 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 22:08:07 +0000 (20 15:08 -0700)
tree9a9489b45088bb2f6abd7e4a0278347ef7657483
parentfdba2cdec47b1760422107c671feef1d2a57b8af
t0006: test various date formats

We ended up testing some of these date formats throughout
the rest of the suite (e.g., via for-each-ref's
"$(authordate:...)" format), but we never did so
systematically. t0006 is the right place for unit-testing of
our date-handling code.

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