> On Fri, Nov 7, 2008 at 04:09, Piotr Findeisen <piotr.findeisen@xxxxxxxxx> wrote: >> Hello! Hello, >> The attached file is a result of running `git diff HEAD~1`. Please read Documentation/SubmittingPatches for the preferred way to contribute patches. >> Asciidoc replaces "--" with "—" 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. Newer asciidoc versions have the following "workaround". Maybe adding something like this to Documentation/asciidoc.conf would be more future proof. # -- Spaced and unspaced em dashes (entity reference —) # But disallow unspaced in man pages because double-dash option name prefixes # are pervasive. ifndef::doctype-manpage[] (^|[^-\\])--($|[^-])=\1—\2 endif::doctype-manpage[] ifdef::doctype-manpage[] (^|\s*[^\S\\])--($|\s+)=\1—\2 endif::doctype-manpage[] \\--(?!-)=-- -- Jonas Fonseca -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html