diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-07 16:05:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-07 22:41:24 -0700 |
commit | 0f4f4d1597219bad74c4fde624321d8a05d1b55e (patch) | |
tree | 621566432a34dde6833bd938c09e7602b64b4622 /Documentation/git-push.txt | |
parent | e19b92becaafb7bee6cab22234c1179af20c12fc (diff) | |
download | git-0f4f4d1597219bad74c4fde624321d8a05d1b55e.tar.gz |
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>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 82dd4433f2..60d53391d2 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -31,7 +31,7 @@ OPTIONS <refspec>:: The canonical format of a <refspec> parameter is - `+?<src>:<dst>`; that is, an optional plus `+`, followed + `+?<src>:<dst>`; that is, an optional plus `{plus}`, followed by the source ref, followed by a colon `:`, followed by the destination ref. + |