Re: git log use of date format differs between Command Line and script usage.

2017-06-30 Thread Shaun Uldrikis
Yes. That is the case. Just confirmed it. I'll remove the old version. Sorry to have bothered the mailing list. Thank you. -Shaun On Fri, Jun 30, 2017 at 12:43 PM, Stefan Beller wrote: > On Fri, Jun 30, 2017 at 9:06 AM, Shaun Uldrikis wrote: >> If you

Re: git log use of date format differs between Command Line and script usage.

2017-06-30 Thread Stefan Beller
On Fri, Jun 30, 2017 at 9:06 AM, Shaun Uldrikis wrote: > If you supply a non-standard format to the date configuration for git > log, something like: > [log] > date = format:%Y-%m-%d %H:%M So I ran $ git config log.date "format:%Y-%m-%d %H:%M" $ git config

Re: git log use of date format differs between Command Line and script usage.

2017-06-30 Thread René Scharfe
Am 30.06.2017 um 18:06 schrieb Shaun Uldrikis: If you supply a non-standard format to the date configuration for git log, something like: [log] date = format:%Y-%m-%d %H:%M then, when you run 'git log' inside a script, or when using gitk (anywhere), it fails on decoding the format.

git log use of date format differs between Command Line and script usage.

2017-06-30 Thread Shaun Uldrikis
If you supply a non-standard format to the date configuration for git log, something like: [log] date = format:%Y-%m-%d %H:%M then, when you run 'git log' inside a script, or when using gitk (anywhere), it fails on decoding the format. fatal: unknown date format format: %Y-%m-%d %H:%M