Re: [PATCH] pretty: add format specifiers for short and raw date formats

2015-10-08 Thread SZEDER Gábor
Quoting Junio C Hamano : SZEDER Gábor writes: @@ -120,6 +120,8 @@ The placeholders are: - '%at': author date, UNIX timestamp - '%ai': author date, ISO 8601-like format - '%aI': author date, strict ISO 8601 format +- '%as': author date, short format +- '%aR': author date, raw format Hmmm

Re: [PATCH] pretty: add format specifiers for short and raw date formats

2015-10-07 Thread Junio C Hamano
SZEDER Gábor writes: > @@ -120,6 +120,8 @@ The placeholders are: > - '%at': author date, UNIX timestamp > - '%ai': author date, ISO 8601-like format > - '%aI': author date, strict ISO 8601 format > +- '%as': author date, short format > +- '%aR': author date, raw format Hmmm, are these two a g