Re: [PATCH v2] docs: fix formatting and grammar

2017-06-02 Thread Jeff King
On Fri, Jun 02, 2017 at 10:45:38AM +0900, Junio C Hamano wrote: > > ...I should have read to the end of the sentence. It should also be "in > > the `$GIT_DIR/remotes/` file". Or just drop "file". > > There is another one nearby. Here is what I understand as your > suggestion (the "just drop" var

Re: [PATCH v2] docs: fix formatting and grammar

2017-06-01 Thread Junio C Hamano
Jeff King writes: > On Thu, Jun 01, 2017 at 11:37:03AM +0100, Adam Dinwoodie wrote: > >> When compiling the documentation, asciidoc thinks a backtick surrounded >> by whitespace shouldn't be interpreted as marking the start or end of a >> literal. In most cases, that's useful behaviour, but in t

Re: [PATCH v2] docs: fix formatting and grammar

2017-06-01 Thread Jeff King
On Thu, Jun 01, 2017 at 11:37:03AM +0100, Adam Dinwoodie wrote: > When compiling the documentation, asciidoc thinks a backtick surrounded > by whitespace shouldn't be interpreted as marking the start or end of a > literal. In most cases, that's useful behaviour, but in the git-pull > documentatio

[PATCH v2] docs: fix formatting and grammar

2017-06-01 Thread Adam Dinwoodie
When compiling the documentation, asciidoc thinks a backtick surrounded by whitespace shouldn't be interpreted as marking the start or end of a literal. In most cases, that's useful behaviour, but in the git-pull documentation it means asciidoc is failing to correctly detect which text should be m