asciidoc markup fixes
commit0f4f4d1597219bad74c4fde624321d8a05d1b55e
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2008 23:05:25 +0000 (7 16:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2008 05:41:24 +0000 (7 22:41 -0700)
tree621566432a34dde6833bd938c09e7602b64b4622
parente19b92becaafb7bee6cab22234c1179af20c12fc
asciidoc markup fixes

I see quite a few pages on k.org site, e.g.

    http://www.kernel.org/pub/software/scm/git/docs/git-rerere.html
    (scroll down to find "After this test merge")

are misformatted to lose teletype text '+' that is followed by a comma,
and turns the following paragraph all typeset in teletype.

This patch seems to fix the issue at the site (meaning, with the
particular vintage of asciidoc and docbook toolchain), without breaking
things with the version I have at my primary development machine, but
wider testing is very much appreciated.

After this patch,

    git grep '`+`,' -- Documentation

should report noting.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt
Documentation/git-rerere.txt
Documentation/pull-fetch-param.txt