Merge branch 'ds/commit-graph'
[gitweb.git] / Documentation / config.txt
index 2659153cb377554bc5cf6fc4199233b2bab498a2..cb4c93f74a4e9602498be055f8dcc6edc5029cc6 100644 (file)
@@ -898,6 +898,10 @@ 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].
 
+core.commitGraph::
+       Enable git commit graph feature. Allows reading from the
+       commit-graph file.
+
 core.sparseCheckout::
        Enable "sparse checkout" feature. See section "Sparse checkout" in
        linkgit:git-read-tree[1] for more information.