[PATCH] pretty: Provide a strict ISO8601 date format

2014-08-28 Thread Beat Bolli
It uses the '%aI' and '%cI' format specifiers or the '--date=iso-strict' date format name. See http://article.gmane.org/gmane.comp.version-control.git/255879 for discussion. Signed-off-by: Beat Bolli bbo...@ewanet.ch --- Documentation/git-rev-list.txt | 2 +-

Re: [PATCH] pretty: Provide a strict ISO8601 date format

2014-08-28 Thread Junio C Hamano
Beat Bolli bbo...@ewanet.ch writes: It uses the '%aI' and '%cI' format specifiers or the '--date=iso-strict' date format name. OK. See http://article.gmane.org/gmane.comp.version-control.git/255879 for discussion. Please think of a way to explain/justify your changes better before forcing