summaryrefslogtreecommitdiffstats
path: root/gitformat-commit-graph.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-11 23:59:36 -0800
committerJunio C Hamano <gitster@pobox.com>2022-11-11 23:59:36 -0800
commite8c74d8c0e412fe8989ee1dc8df321c53dbd8a3b (patch)
tree5a01546b14d129911330dc3b09eb13e85f2b98ef /gitformat-commit-graph.txt
parent979463309733bb608fee0d57c0ba03bdca004d03 (diff)
downloadgit-htmldocs-e8c74d8c0e412fe8989ee1dc8df321c53dbd8a3b.tar.gz
Autogenerated HTML docs for v2.38.1-420-g31960
Diffstat (limited to 'gitformat-commit-graph.txt')
-rw-r--r--gitformat-commit-graph.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitformat-commit-graph.txt b/gitformat-commit-graph.txt
index 732466571..31cad585e 100644
--- a/gitformat-commit-graph.txt
+++ b/gitformat-commit-graph.txt
@@ -3,7 +3,7 @@ gitformat-commit-graph(5)
NAME
----
-gitformat-commit-graph - Git commit graph format
+gitformat-commit-graph - Git commit-graph format
SYNOPSIS
--------
@@ -14,7 +14,7 @@ $GIT_DIR/objects/info/commit-graphs/*
DESCRIPTION
-----------
-The Git commit graph stores a list of commit OIDs and some associated
+The Git commit-graph stores a list of commit OIDs and some associated
metadata, including:
- The generation number of the commit.
@@ -34,7 +34,7 @@ corresponding to the array position within the list of commit OIDs. Due
to some special constants we use to track parents, we can store at most
(1 << 30) + (1 << 29) + (1 << 28) - 1 (around 1.8 billion) commits.
-== Commit graph files have the following format:
+== Commit-graph files have the following format:
In order to allow extensions that add extra data to the graph, we organize
the body into "chunks" and provide a binary lookup table at the beginning