summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
committerJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
commit81d540a73a86a44d48b7d05d8f0dd25964499181 (patch)
tree83ea92ce212c58bb49a00e03ddd74f671b84bc49 /git-rev-parse.html
parent90a5b7b5da0a41417934a3b1e28330ff00de4a84 (diff)
downloadgit-htmldocs-81d540a73a86a44d48b7d05d8f0dd25964499181.tar.gz
Autogenerated HTML docs for v1.7.9.2-358-g22243
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index b4dba5d5a..ce575371c 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -1101,7 +1101,7 @@ the <em>$GIT_DIR/refs</em> directory or from the <em>$GIT_DIR/packed-refs</em> f
<dd>
<p>
A suffix <em>&#126;&lt;n&gt;</em> to a revision parameter means the commit
- object that is the &lt;n&gt;th generation grand-parent of the named
+ object that is the &lt;n&gt;th generation ancestor of the named
commit object, following only the first parents. I.e. <em>&lt;rev&gt;&#126;3</em> is
equivalent to <em>&lt;rev&gt;&#94;&#94;&#94;</em> which is equivalent to
<em>&lt;rev&gt;&#94;1&#94;1&#94;1</em>. See below for an illustration of