aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.email>2022-10-29 17:41:12 +0100
committerTaylor Blau <me@ttaylorr.com>2022-10-30 19:58:40 -0400
commit776ba91a5e3349479139e9a51a135d4bc838b613 (patch)
tree3cc4b40ae8f2dcc24f732399f4bffbef4f180093 /Documentation/config
parent63bba4fdd86d80ef061c449daa97a981a9be0792 (diff)
downloadgit-776ba91a5e3349479139e9a51a135d4bc838b613.tar.gz
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/config')
-rw-r--r--Documentation/config/core.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 37afbaf5a4..dfbdaf00b8 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -618,7 +618,7 @@ but risks losing recent work in the event of an unclean system shutdown.
* `loose-object` hardens objects added to the repo in loose-object form.
* `pack` hardens objects added to the repo in packfile form.
* `pack-metadata` hardens packfile bitmaps and indexes.
-* `commit-graph` hardens the commit graph file.
+* `commit-graph` hardens the commit-graph file.
* `index` hardens the index when it is modified.
* `objects` is an aggregate option that is equivalent to
`loose-object,pack`.