Fwd: Documentation/user-manual.txt, asciidoc and "--" escapes

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Thursday, November 6, 2008 - 11:09 pm

Hello!

I've been reading
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html till
late night and found that "--" prefixing options names (like in "git
diff --cached") are replaced by asciidoc with a single unicode
character "=97" which makes them unsuitable for pasting them to a
terminal.

I've cloned the git repository from
git://git.kernel.org/pub/scm/git/git.git, made some changes to
Documentation/user-manual.txt, tested the results and commited my work
locally.
The attached file is a result of running `git diff HEAD~1`.

My local log message:
------------------
asciidoc escaping of "--"

Asciidoc replaces "--" with "=97" when not in verbatim mode. This is
sometimes unwanted -- especially when citing command line options like
"git diff --cached". This commit includes proper quotes in user-manual.txt.
------------------

Hope that's of any use.

Best regards,
Piotr
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Fwd: Documentation/user-manual.txt, asciidoc and "--" escapes, Piotr Findeisen, (Thu Nov 6, 11:09 pm)
Re: Documentation/user-manual.txt, asciidoc and "--" escapes, Piotr Findeisen, (Mon Nov 10, 3:38 am)
Re: Documentation/user-manual.txt, asciidoc and "--" escapes, Piotr Findeisen, (Mon Nov 10, 6:14 am)
Re: Documentation/user-manual.txt, asciidoc and "--" escapes, Piotr Findeisen, (Fri Nov 14, 9:02 am)