Re: [BUG] "git commit --date" format parsing

2015-05-22 Thread Jeff King
On Fri, May 22, 2015 at 03:18:53PM +0200, Bastien Traverse wrote: > $ git --version > git version 2.4.1 > > $ uname -a > Linux arch-clevo 4.0.4-1-ARCH #1 SMP PREEMPT Mon May 18 06:43:19 CEST > 2015 x86_64 GNU/Linux > > $ mkdir test && cd test/ > $ git init > $ touch test > $ git add test > > 1.

[BUG] "git commit --date" format parsing

2015-05-22 Thread Bastien Traverse
Hi * Trying to specify a commit (author) date using `--date` option yields unpredictable results that are incoherent with man git-commit: $ git --version git version 2.4.1 $ uname -a Linux arch-clevo 4.0.4-1-ARCH #1 SMP PREEMPT Mon May 18 06:43:19 CEST 2015 x86_64 GNU/Linux $ mkdir test && cd t