From 7b2ce85f4c55b4d8eb9c9decd964eb3d899af5ba Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Sun, 23 Aug 2026 13:32:49 +0200 Subject: [PATCH] doc: datamodel: link to the glossary We linked from the glossary to the data model page in the last commit. It can also be useful to link the other way for readers who might want to reference more terminology. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/gitdatamodel.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/gitdatamodel.adoc b/Documentation/gitdatamodel.adoc index dcfdff0346..d588630e63 100644 --- a/Documentation/gitdatamodel.adoc +++ b/Documentation/gitdatamodel.adoc @@ -24,6 +24,8 @@ Git's core operations use 4 kinds of data: 3. <>, also known as the staging area 4. <>: logs of changes to references ("ref log") +See linkgit:gitglossary[7] for a comprehensive terminology reference. + [[objects]] OBJECTS ------- @@ -300,6 +302,10 @@ $ git reflog main --date=iso --no-decorate 4ccb6d7 main@{2025-09-29 15:16:48 -0400}: commit (initial): Initial commit ---- +SEE ALSO +-------- +linkgit:gitglossary[7] + GIT --- Part of the linkgit:git[1] suite