Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-21 Thread Philip Oakley
From: Junio C Hamano gits...@pobox.com Junio C Hamano gits...@pobox.com writes: Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com ... I think it is just the font. I just opened the above page with Chrome and futzed the text from '0' to '0123456789' to see how

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-20 Thread Philip Oakley
From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: Correct backtick quoting for some of the modification states to give consistent web rendering. This is to match the way how XY PATH1 - PATH2 is typeset, I presume. Some in the body text are already `XY` to

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-20 Thread Philip Oakley
From: Philip Oakley philipoak...@iee.org From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: .. While at it, use 00 for ASCII NUL to avoid any confusion with the letter O. (remember its quotation is consumed by ascidoc) looked too much like an I

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-20 Thread Junio C Hamano
Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: Correct backtick quoting for some of the modification states to give consistent web rendering. This is to match the way how XY PATH1 - PATH2 is typeset, I presume.

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-20 Thread Philip Oakley
From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com Philip Oakley philipoak...@iee.org writes: ... [ (ASCII 0) change] The reason I proposed the change is because on the web view, on my machine, I questioned whether the

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-20 Thread Junio C Hamano
Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com ... I think it is just the font. I just opened the above page with Chrome and futzed the text from '0' to '0123456789' to see how it look. That round thing is consistent with how other digits are rendered.

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-20 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Philip Oakley philipoak...@iee.org writes: From: Junio C Hamano gits...@pobox.com ... I think it is just the font. I just opened the above page with Chrome and futzed the text from '0' to '0123456789' to see how it look. That round thing is

[PATCH] doc: fix 'git status --help' character quoting

2014-10-19 Thread Philip Oakley
Correct backtick quoting for some of the modification states to give consistent web rendering. While at it, use 00 for ASCII NUL to avoid any confusion with the letter O. Signed-off-by: Philip Oakley philipoak...@iee.org --- Noticed when reviewing a stackoverflow problem where the OP actually

Re: [PATCH] doc: fix 'git status --help' character quoting

2014-10-19 Thread Junio C Hamano
Philip Oakley philipoak...@iee.org writes: Correct backtick quoting for some of the modification states to give consistent web rendering. This is to match the way how XY PATH1 - PATH2 is typeset, I presume. Some in the body text are already `XY` to match, but some others are not, and you are