Revision 0c79cee697f7f4e304c53108ee895b706df1322e authored by Adam Dinwoodie on 01 June 2017, 10:37:03 UTC, committed by Junio C Hamano on 02 June 2017, 05:10:57 UTC
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 monospaced and which shouldn't.

To avoid this, remove the extraneous spaces from the text to be
monospaced.  It would also be possible to fix the formatting by
switching to asciidoc's ++ monospace format markers and still have the
space characters included in the monospace text, but the spaces aren't
necessary and not having them keeps the markup simpler.

Also include a minor grammar fix suggested by Jeff while we're changing
these lines.

Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b06d364
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.6 KB
TEAMS -rw-r--r-- 2.1 KB
bg.po -rw-r--r-- 611.3 KB
ca.po -rw-r--r-- 469.1 KB
de.po -rw-r--r-- 483.0 KB
fr.po -rw-r--r-- 503.5 KB
git.pot -rw-r--r-- 303.3 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 128.2 KB
ko.po -rw-r--r-- 484.2 KB
pt_PT.po -rw-r--r-- 482.9 KB
ru.po -rw-r--r-- 526.1 KB
sv.po -rw-r--r-- 487.8 KB
vi.po -rw-r--r-- 539.5 KB
zh_CN.po -rw-r--r-- 449.6 KB

README

back to top