On Wed, Feb 3, 2021 at 4:08 PM Lance Ward <ljward10@xxxxxxxxx> wrote: > I made all the changes you suggested and split it into two > independent changes: > > This patch handles the --color option: > https://github.com/git/git/pull/955 > > This patch fixes the coloring inconsistency: > https://github.com/git/git/pull/954 Thanks for being responsive and indulging this reviewer. The two-patch approach turned out to be concise and easy to digest. The bug fix -- which effectively turned out to be a one-liner -- is an especially nice improvement over the earlier version, and the implementation of the new --color option boiled down very nicely to a really minimal amount of straightforward code.