Re: [PATCH] builtin/log: honor log.decorate

2017-05-12 Thread brian m. carlson
On Fri, May 12, 2017 at 04:03:04PM -0600, Alex Henrie wrote: > > diff --git a/builtin/log.c b/builtin/log.c > > index b3b10cc1e..304923836 100644 > > --- a/builtin/log.c > > +++ b/builtin/log.c > > @@ -34,7 +34,7 @@ static int default_abbrev_commit; > > static int default_show_root = 1; > >

Re: [PATCH] builtin/log: honor log.decorate

2017-05-12 Thread Alex Henrie
2017-05-12 15:34 GMT-06:00 brian m. carlson : > The recent change that introduced autodecorating of refs accidentally > broke the ability of users to set log.decorate = false to override it. > When the git_log_config was traversed a second time with an option other >

[PATCH] builtin/log: honor log.decorate

2017-05-12 Thread brian m. carlson
The recent change that introduced autodecorating of refs accidentally broke the ability of users to set log.decorate = false to override it. When the git_log_config was traversed a second time with an option other than log.decorate, the decoration style would be set to the automatic style, even if