On Wed, Apr 04, 2018 at 07:58:45PM -0700, Taylor Blau wrote: > Hi, > > Attached is a fourth re-roll of my series to add "--default" and > "--type=color" to "git config" in order to replace: > > $ git config --get-color <variable> [default] > > with > > $ git config [--default=<default>] --type=color <variable> I think this is getting close, but I found a few minor problems to address. -Peff