]> git.ipfire.org Git - thirdparty/git.git/commitdiff
SQUASH??? fix xml that does not validate
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Oct 2025 21:44:12 +0000 (14:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Oct 2025 21:44:12 +0000 (14:44 -0700)
Documentation/gitdatamodel.adoc

index 1cefbb4833113bd0f59892172094290de352a54f..eaab3f800bc4c2fc546c852bdd34141209fc909d 100644 (file)
@@ -18,13 +18,13 @@ means when the documentation says "object", "reference" or "index".
 
 Git's core operations use 4 kinds of data:
 
-1. <<objects,Objects>>: commits, trees, blobs, and tag objects
+1. <<object,Objects>>: commits, trees, blobs, and tag objects
 2. <<references,References>>: branches, tags,
    remote-tracking branches, etc
 3. <<index,The index>>, also known as the staging area
 4. <<reflogs,Reflogs>>: logs of changes to references ("ref log")
 
-[[objects]]
+[[object]]
 OBJECTS
 -------