commit-graph: compute generation numbers
[gitweb.git] / Documentation / config.txt
index f57e9cf10ca485ae0147ee1d01639c94ce97fb56..11f027194e6d3fa9959a2db3d6f1b66e1acc19c0 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.