I added to the docs the additional git color config options I could find in the source (color.sh.dirty-stash and color.sh.repo-state).
I found dirty-stash to work fine; there's no reason why it shouldn't be in the docs. I'm not entirely sure what repo-state does; I changed it to blue in my config, but haven't seen anything blue yet. Either way.
I edited the .roff file by hand; make generated a blank file for me, and it was a fairly simple change.
Howdy,
I added to the docs the additional git color config options I could find in the source (
color.sh.dirty-stash
andcolor.sh.repo-state
).I found
dirty-stash
to work fine; there's no reason why it shouldn't be in the docs. I'm not entirely sure whatrepo-state
does; I changed it to blue in my config, but haven't seen anything blue yet. Either way.I edited the
.roff
file by hand;make
generated a blank file for me, and it was a fairly simple change.Cheers, Slipp