Andy Parkins <andyparkins@xxxxxxxxx> writes: > I wanted to have a visual indication of which branches are > local and which are remote in git-branch -a output; however > Junio was concerned that someone might be using the output in > a script. This patch addresses the problem by colouring the > git-branch output - which in "auto" mode won't be activated. Hmm. "git branch --color" does not seem to work, so is this config only? > As yet, there is no support for changing the colors using the > config file; but it wouldn't be hard to add. I am not sure about that. Would it be something like this? [branch.color] remote = purple local = yellow I wonder what would happen when you have a branch called "color". Would the above cause "git-fetch" to fetch from "purple" remote by default? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html