summaryrefslogtreecommitdiffstats
path: root/git-describe.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-23 13:26:29 -0700
committerJunio C Hamano <gitster@pobox.com>2023-06-23 13:26:29 -0700
commit9469c13db24e0edec73595887cf74f38efd89a55 (patch)
tree269e9e6ab7f3dc3a8481c537a8e49f018f6361c2 /git-describe.html
parenta7b2c10835189668841231edffc77e7dbb020487 (diff)
downloadgit-htmldocs-9469c13db24e0edec73595887cf74f38efd89a55.tar.gz
Autogenerated HTML docs for v2.41.0-191-g6ff334
Diffstat (limited to 'git-describe.html')
-rw-r--r--git-describe.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-describe.html b/git-describe.html
index 865764356..43efd6c88 100644
--- a/git-describe.html
+++ b/git-describe.html
@@ -961,7 +961,7 @@ an abbreviated object name for the commit itself ("2414721")
at the end.</p></div>
<div class="paragraph"><p>The number of additional commits is the number
of commits which would be displayed by "git log v1.0.4..parent".
-The hash suffix is "-g" + an unambigous abbreviation for the tip commit
+The hash suffix is "-g" + an unambiguous abbreviation for the tip commit
of parent (which was <code>2414721b194453f058079d897d13c4e377f92dc6</code>). The
length of the abbreviation scales as the repository grows, using the
approximate number of objects in the repository and a bit of math
@@ -1027,7 +1027,7 @@ will be the smallest number of commits possible.</p></div>
<div class="sectionbody">
<div class="paragraph"><p>Tree objects as well as tag objects not pointing at commits, cannot be described.
When describing blobs, the lightweight tags pointing at blobs are ignored,
-but the blob is still described as &lt;committ-ish&gt;:&lt;path&gt; despite the lightweight
+but the blob is still described as &lt;commit-ish&gt;:&lt;path&gt; despite the lightweight
tag being favorable.</p></div>
</div>
</div>
@@ -1042,7 +1042,7 @@ tag being favorable.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-06-09 23:21:48 PDT
+ 2023-06-23 13:24:09 PDT
</div>
</div>
</body>