Skip to content

Commit

Permalink
Arrgh -- another asciidoc caret workaround.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Sep 18, 2005
1 parent 34143b2 commit 87c6aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ what is called an 'extended SHA1' syntax.
explicitly say 'heads/master' to tell GIT which one you mean.

* A suffix '^' to a revision parameter means the first parent of
that commit object. '^<n>' means the <n>th parent (i.e. 'rev^'
that commit object. '^<n>' means the <n>th parent (i.e.
'rev^'
is equivalent to 'rev^1'). As a special rule,
'rev^0' means the commit itself and is used when 'rev' is the
object name of a tag object that refers to a commit object.
Expand Down

0 comments on commit 87c6aeb

Please sign in to comment.