aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-08 17:14:51 -0500
committerTaylor Blau <me@ttaylorr.com>2022-11-08 17:14:51 -0500
commit4b6302c72f523609e35d81db236dc5382ac621a4 (patch)
tree3a3dbed8d4565aa82071da85074a9072dc59a2ec /Documentation/config
parent06e76960253c01fd5c3b454e7500ef2be6c6b73a (diff)
parent8fea12ab40aab3e0590a5980ce336437b5dcc694 (diff)
downloadgit-4b6302c72f523609e35d81db236dc5382ac621a4.tar.gz
Merge branch 'po/glossary-around-traversal'
The glossary entries for "commit-graph file" and "reachability bitmap" have been added. * po/glossary-around-traversal: glossary: add reachability bitmap description glossary: add "commit graph" description doc: use 'object database' not ODB or abbreviation doc: use "commit-graph" hyphenation consistently
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`.