Skip to content

Commit 87c6aeb

Browse files
author
Junio C Hamano
committed
Arrgh -- another asciidoc caret workaround.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 34143b2 commit 87c6aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-rev-parse.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ what is called an 'extended SHA1' syntax.
9494
explicitly say 'heads/master' to tell GIT which one you mean.
9595

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

0 commit comments

Comments
 (0)