git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] escape tilde in Documentation/git-rev-parse.txt
@ 2006-10-02 18:55 Stefan Richter
  2006-10-03  5:52 ` Junio C Hamano
  0 siblings, 1 reply; 23+ messages in thread
From: Stefan Richter @ 2006-10-02 18:55 UTC (permalink / raw)
  To: git

fixes a failure to build the git-rev-parse manpage,
seen with asciidoc 8.0.0

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index b761b4b..671b4e3 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 '$$~$$<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\

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2007-07-20 18:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 18:55 [PATCH] escape tilde in Documentation/git-rev-parse.txt Stefan Richter
2006-10-03  5:52 ` Junio C Hamano
2006-10-03  7:31   ` Stefan Richter
2006-10-03  8:00     ` Junio C Hamano
2006-10-03  9:19       ` pull-fetch-param.txt (was Re: [PATCH] escape tilde in Documentation/git-rev-parse.txt) Stefan Richter
2006-10-03 20:01         ` pull-fetch-param.txt Junio C Hamano
2006-10-03 22:38           ` pull-fetch-param.txt Stuart Rackham
2006-10-04  2:03             ` pull-fetch-param.txt Junio C Hamano
2006-10-04 16:40             ` asciidoc 7--8 compatibility (was Re: pull-fetch-param.txt) Stefan Richter
2006-10-04 21:06               ` Stuart Rackham
2006-10-04 22:22                 ` asciidoc 7--8 compatibility Stefan Richter
2006-10-04 23:40                   ` Stuart Rackham
2006-10-04 16:28           ` pull-fetch-param.txt Stefan Richter
2006-10-04 17:15             ` pull-fetch-param.txt Stefan Richter
2007-07-12 13:06         ` pull-fetch-param.txt (was Re: [PATCH] escape tilde in Documentation/git-rev-parse.txt) Gerrit Pape
2007-07-12 21:58           ` pull-fetch-param.txt Junio C Hamano
2007-07-13  5:53             ` pull-fetch-param.txt Gerrit Pape
2007-07-13  7:17               ` pull-fetch-param.txt Junio C Hamano
2007-07-13  7:48                 ` pull-fetch-param.txt Gerrit Pape
2007-07-20 14:32                   ` pull-fetch-param.txt Gerrit Pape
2007-07-20 16:45                     ` pull-fetch-param.txt Junio C Hamano
2007-07-20 17:09                       ` pull-fetch-param.txt Julian Phillips
2007-07-20 18:01                         ` pull-fetch-param.txt Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).