diff options
author | Yasushi SHOJI <yashi@atmark-techno.com> | 2005-09-12 02:29:10 +0900 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-11 10:51:36 -0700 |
commit | e1ccf53a60657930ae7892387736c8b6a91ec610 (patch) | |
tree | 8757764549bc6e034e21d29da780b946c39ee760 /Documentation/cvs-migration.txt | |
parent | 2c865d9aa7b9c3511f901b2544b667c5188f510e (diff) | |
download | git-e1ccf53a60657930ae7892387736c8b6a91ec610.tar.gz git-e1ccf53a60657930ae7892387736c8b6a91ec610.tar.xz |
[PATCH] Escape asciidoc's built-in em-dash replacement
AsciiDoc replace '--' with em-dash (—) by default. em-dash
looks a lot like a single long dash and it's very confusing when
we are talking about command options.
Section 21.2.8 'Replacements' of AsciiDoc's User Guide says that a
backslash in front of double dash prevent the replacement. This
patch does just that.
Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/cvs-migration.txt')
-rw-r--r-- | Documentation/cvs-migration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index 6e48bdef9..390a72392 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -186,7 +186,7 @@ you would use git-rev-list and git-diff-tree like this: nitfol(); }' -We have already talked about the "--stdin" form of git-diff-tree +We have already talked about the "\--stdin" form of git-diff-tree command that reads the list of commits and compares each commit with its parents. The git-whatchanged command internally runs the equivalent of the above command, and can be used like this: |