We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bb3bea + 70eb130 commit 2fa91bdCopy full SHA for 2fa91bd
Documentation/revisions.txt
@@ -101,7 +101,7 @@ the '$GIT_DIR/refs' directory or from the '$GIT_DIR/packed-refs' file.
101
102
'<rev>{tilde}<n>', e.g. 'master{tilde}3'::
103
A suffix '{tilde}<n>' to a revision parameter means the commit
104
- object that is the <n>th generation grand-parent of the named
+ object that is the <n>th generation ancestor of the named
105
commit object, following only the first parents. I.e. '<rev>{tilde}3' is
106
equivalent to '<rev>{caret}{caret}{caret}' which is equivalent to
107
'<rev>{caret}1{caret}1{caret}1'. See below for an illustration of
0 commit comments