Jeff King [off-list ref] writes:
I just want to call this out not only as a good way to review this
patch, but a great way in general to review any patches which touch
documentation. Running:
doc-diff 8c328561332^ 8c328561332
shows the original problem pretty clearly.
I actually was somewhat miffed to see that this did not help an
update being discussed on MyFirstContribution X-<. It could have
been a driver error, though.
quoted
Documentation/config/color.txt | 2 --
1 file changed, 2 deletions(-)
Patch looks good. There's a small typo in the subject:
quoted
Subject: [PATCH] git config doc: fix recent ASCIIDOC formatting regresison
s/regresison/regression/
Thanks.