summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.email>2022-10-29 16:41:12 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-10-30 23:58:40 (GMT)
commit776ba91a5e3349479139e9a51a135d4bc838b613 (patch)
tree3cc4b40ae8f2dcc24f732399f4bffbef4f180093 /Documentation/technical
parent63bba4fdd86d80ef061c449daa97a981a9be0792 (diff)
downloadgit-776ba91a5e3349479139e9a51a135d4bc838b613.zip
git-776ba91a5e3349479139e9a51a135d4bc838b613.tar.gz
git-776ba91a5e3349479139e9a51a135d4bc838b613.tar.bz2
doc: use "commit-graph" hyphenation consistently
Note, historical release notes have not been updated. Signed-off-by: Philip Oakley <philipoakley@iee.email> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/commit-graph.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/commit-graph.txt b/Documentation/technical/commit-graph.txt
index 90c9760..d821365 100644
--- a/Documentation/technical/commit-graph.txt
+++ b/Documentation/technical/commit-graph.txt
@@ -1,4 +1,4 @@
-Git Commit Graph Design Notes
+Git Commit-Graph Design Notes
=============================
Git walks the commit graph for many reasons, including:
@@ -95,7 +95,7 @@ with default order), but is not used when the topological order is
required (such as merge base calculations, "git log --graph").
In practice, we expect some commits to be created recently and not stored
-in the commit graph. We can treat these commits as having "infinite"
+in the commit-graph. We can treat these commits as having "infinite"
generation number and walk until reaching commits with known generation
number.
@@ -149,7 +149,7 @@ Design Details
helpful for these clones, anyway. The commit-graph will not be read or
written when shallow commits are present.
-Commit Graphs Chains
+Commit-Graphs Chains
--------------------
Typically, repos grow with near-constant velocity (commits per day). Over time,