Wire new date formats to --date=<format> parser.
authorJunio C Hamano <gitster@pobox.com>
Sat, 14 Jul 2007 06:03:37 +0000 (23:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Jul 2007 06:22:52 +0000 (23:22 -0700)
Now we can use all internally supported date formats with

git log --date=<format>

syntax. Earlier, we only allowed relative/local/default.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found