Re: [PATCH] escape tilde in Documentation/git-rev-parse.txt

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Monday, October 2, 2006 - 10:52 pm

Stefan Richter <stefanr@s5r6.in-berlin.de> writes:


But this makes it asciidoc 7.1 barf, so we need an alternative
compatible to both.

This works for me on 7.1; is your 8.0 happy with it?

-- >8 --

diff --git a/Documentation/asciidoc.conf b/Documentation/asciidoc.conf
index 8196d78..44b1ce4 100644
--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -11,6 +11,7 @@ # the command.
 caret=^
 startsb=&#91;
 endsb=&#93;
+tilde=&#126;
 
 ifdef::backend-docbook[]
 [gitlink-inlinemacro]
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index b761b4b..2f1306c 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -138,7 +138,7 @@ syntax.
   'rev{caret}0' means the commit itself and is used when 'rev' is the
   object name of a tag object that refers to a commit object.
 
-* A suffix '~<n>' to a revision parameter means the commit
+* A suffix '{tilde}<n>' to a revision parameter means the commit
   object that is the <n>th generation grand-parent of the named
   commit object, following only the first parent.  I.e. rev~3 is
   equivalent to rev{caret}{caret}{caret} which is equivalent to\

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] escape tilde in Documentation/git-rev-parse.txt, Stefan Richter, (Mon Oct 2, 11:55 am)
Re: [PATCH] escape tilde in Documentation/git-rev-parse.txt, Junio C Hamano, (Mon Oct 2, 10:52 pm)
Re: pull-fetch-param.txt, Junio C Hamano, (Tue Oct 3, 1:01 pm)
Re: pull-fetch-param.txt, Stuart Rackham, (Tue Oct 3, 3:38 pm)
Re: pull-fetch-param.txt, Junio C Hamano, (Tue Oct 3, 7:03 pm)
Re: pull-fetch-param.txt, Stefan Richter, (Wed Oct 4, 9:28 am)
Re: pull-fetch-param.txt, Stefan Richter, (Wed Oct 4, 10:15 am)
Re: asciidoc 7--8 compatibility, Stefan Richter, (Wed Oct 4, 3:22 pm)
Re: asciidoc 7--8 compatibility, Stuart Rackham, (Wed Oct 4, 4:40 pm)
Re: pull-fetch-param.txt, Junio C Hamano, (Thu Jul 12, 2:58 pm)
Re: pull-fetch-param.txt, Gerrit Pape, (Thu Jul 12, 10:53 pm)
Re: pull-fetch-param.txt, Junio C Hamano, (Fri Jul 13, 12:17 am)
Re: pull-fetch-param.txt, Gerrit Pape, (Fri Jul 13, 12:48 am)
Re: pull-fetch-param.txt, Gerrit Pape, (Fri Jul 20, 7:32 am)
Re: pull-fetch-param.txt, Junio C Hamano, (Fri Jul 20, 9:45 am)
Re: pull-fetch-param.txt, Julian Phillips, (Fri Jul 20, 10:09 am)
Re: pull-fetch-param.txt, Junio C Hamano, (Fri Jul 20, 11:01 am)