pretty: make show_ident_date public
commitd1053246554d176173893a5283dc0c0fb563ed03
authorJeff King <peff@peff.net>
Fri, 2 May 2014 01:07:22 +0000 (1 21:07 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 May 2014 21:13:00 +0000 (2 14:13 -0700)
tree480220c23e2c9f405e2cc7983375b48ac76e7681
parent4701026352ada1ebc36532272ca1e12897b1de11
pretty: make show_ident_date public

We use this function internally to format "Date" lines in
commit logs, but other parts of the code will want it, too.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
pretty.c