Re: [PATCH] doc/SubmittingPatches: improve text formatting

2018-01-04 Thread Junio C Hamano
"brian m. carlson" writes: > On Tue, Jan 02, 2018 at 10:33:50AM -0500, Todd Zullinger wrote: >> 049e64aa50 ("Documentation: convert SubmittingPatches to AsciiDoc", >> 2017-11-12) changed the `git blame` and `git shortlog` examples given in >> the section on sending your patches. >> >> In order t

Re: [PATCH] doc/SubmittingPatches: improve text formatting

2018-01-03 Thread brian m. carlson
On Tue, Jan 02, 2018 at 10:33:50AM -0500, Todd Zullinger wrote: > 049e64aa50 ("Documentation: convert SubmittingPatches to AsciiDoc", > 2017-11-12) changed the `git blame` and `git shortlog` examples given in > the section on sending your patches. > > In order to italicize the `$path` argument the

[PATCH] doc/SubmittingPatches: improve text formatting

2018-01-02 Thread Todd Zullinger
049e64aa50 ("Documentation: convert SubmittingPatches to AsciiDoc", 2017-11-12) changed the `git blame` and `git shortlog` examples given in the section on sending your patches. In order to italicize the `$path` argument the commands are enclosed in plus characters as opposed to backticks. The di