Am 22.08.2018 um 15:16 schrieb Derrick Stolee:
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 1c42364988..f846543414 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -917,7 +917,11 @@ core.notesRef::
This setting defaults to "refs/notes/commits", and it can be overridden by
the `GIT_NOTES_REF` environment variable. See linkgit:git-notes[1].
-gc.commitGraph::
+core.commitGraph::
+ Enable git commit graph feature. Allows reading from the
+ commit-graph file.
Please do not assume that everybody knows what "the commit-graph file"
is and that they know that they want it or do not want it. I do not
know. You should mention here when to set this configuration variable to
which values and what the default value is.
+
+gc.writeCommitGraph::
If true, then gc will rewrite the commit-graph file when
linkgit:git-gc[1] is run. When using linkgit:git-gc[1]
'--auto' the commit-graph will be updated if housekeeping is
-- Hannes