We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34143b2 commit 87c6aebCopy full SHA for 87c6aeb
Documentation/git-rev-parse.txt
@@ -94,7 +94,8 @@ what is called an 'extended SHA1' syntax.
94
explicitly say 'heads/master' to tell GIT which one you mean.
95
96
* A suffix '^' to a revision parameter means the first parent of
97
- that commit object. '^<n>' means the <n>th parent (i.e. 'rev^'
+ that commit object. '^<n>' means the <n>th parent (i.e.
98
+ 'rev^'
99
is equivalent to 'rev^1'). As a special rule,
100
'rev^0' means the commit itself and is used when 'rev' is the
101
object name of a tag object that refers to a commit object.
0 commit comments