Skip to content

Commit 850d3a7

Browse files
Lea Wiemanngitster
authored andcommitted
glossary: improve a few links
They now point to more specific/appropriate targets. Signed-off-by: Lea Wiemann <LeWiemann@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 497c833 commit 850d3a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/glossary-content.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ to point at the new commit.
8787
source code management tools.
8888

8989
[[def_DAG]]DAG::
90-
Directed acyclic graph. The <<def_commit,commit>> objects form a
90+
Directed acyclic graph. The <<def_commit_object,commit objects>> form a
9191
directed acyclic graph, because they have parents (directed), and the
92-
graph of commit objects is acyclic (there is no
93-
<<def_chain,chain>> which begins and ends with the same
94-
<<def_object,object>>).
92+
graph of commit objects is acyclic (there is no <<def_chain,chain>>
93+
which begins and ends with the same <<def_object,object>>).
9594

9695
[[def_dangling_object]]dangling object::
9796
An <<def_unreachable_object,unreachable object>> which is not
@@ -247,9 +246,10 @@ This commit is referred to as a "merge commit", or sometimes just a
247246
the <<def_hash,hash>> of the object.
248247

249248
[[def_object_type]]object type::
250-
One of the identifiers
251-
"<<def_commit,commit>>","<<def_tree,tree>>","<<def_tag,tag>>" or "<<def_blob_object,blob>>"
252-
describing the type of an <<def_object,object>>.
249+
One of the identifiers "<<def_commit_object,commit>>",
250+
"<<def_tree_object,tree>>", "<<def_tag_object,tag>>" or
251+
"<<def_blob_object,blob>>" describing the type of an
252+
<<def_object,object>>.
253253

254254
[[def_octopus]]octopus::
255255
To <<def_merge,merge>> more than two <<def_branch,branches>>. Also denotes an

0 commit comments

Comments
 (0)