Re: Git log.decorate can't be overridden in global config (v2.13.0)

2017-05-19 Thread Junio C Hamano
Todd Zullinger writes: > I believe a patch for this is on the ah/log-decorate-default-to-auto > branch, courtesy of Brian Carlson (Cc:d): > >https://github.com/gitster/git/commit/c74271aae7 > > The relevant list thread is here: > > >

Re: Git log.decorate can't be overridden in global config (v2.13.0)

2017-05-19 Thread Todd Zullinger
Hi Caleb, Caleb Evans wrote: I recently updated to Git v2.13.0 (macOS Sierra via Homebrew), and I noticed that the default --decorate option for `git log` has changed from --decorate=no to --decorate=auto. I'd prefer to keep decoration disabled to minimize clutter in the logs, so I try

Git log.decorate can't be overridden in global config (v2.13.0)

2017-05-19 Thread Caleb Evans
Hi, I recently updated to Git v2.13.0 (macOS Sierra via Homebrew), and I noticed that the default --decorate option for `git log` has changed from --decorate=no to --decorate=auto. I'd prefer to keep decoration disabled to minimize clutter in the logs, so I try disabling it in my global