On Sat, Jul 08, 2017 at 03:13:04PM -0400, Leo Razoumov wrote: > When I updated from git-2.10.2 to git-2.13.2 my 'color.branch.local' > config setting gets ignored. Corresponding 'remote' or 'current' > settings are honored and work as expected Looks like this is a regression from the switch to ref-filter in v2.13.0; it bisects to 949af0684 (branch: use ref-filter printing APIs, 2017-01-10). It looks like we don't ever use BRANCH_COLOR_LOCAL. The fix is a little tricky because of another nearby issue. I'll send out a patch in a moment. -Peff