Re: Potentially misleading color.* defaults explanation in git-config(1)

2016-09-17 Thread Anatoly Borodin
Hi! Matthieu Moy wrote: > My bad, I forgot to update these parts of the docs when changing the > default for color.ui (a while back already). Patch follows. Thanks for the patch! > git -c color.branch=false git branch Oh, that's a nice one! I don't get a chance to use those between-git-and-com

Re: Potentially misleading color.* defaults explanation in git-config(1)

2016-09-16 Thread Matthieu Moy
Anatoly Borodin writes: > Hi All! > > git-config(1) says: > >color.branch >A boolean to enable/disable color in the output of git-branch(1). >May be set to always, false (or never) or auto (or true), in which >case colors are used only when the output i

Potentially misleading color.* defaults explanation in git-config(1)

2016-09-15 Thread Anatoly Borodin
Hi All! git-config(1) says: color.branch A boolean to enable/disable color in the output of git-branch(1). May be set to always, false (or never) or auto (or true), in which case colors are used only when the output is to a terminal. Defaults to