commit-graph: not compatible with grafts
[gitweb.git] / Documentation / config.txt
index 63365dcf3db6f57f978ed5d2fc67af5fecb0c535..3a4ff5722cfdc2214cfebe93f1f48b6767fa34d1 100644 (file)
@@ -924,6 +924,11 @@ gc.commitGraph::
        required. Default is false. See linkgit:git-commit-graph[1]
        for details.
 
+core.useReplaceRefs::
+       If set to `false`, behave as if the `--no-replace-objects`
+       option was given on the command line. See linkgit:git[1] and
+       linkgit:git-replace[1] for more information.
+
 core.sparseCheckout::
        Enable "sparse checkout" feature. See section "Sparse checkout" in
        linkgit:git-read-tree[1] for more information.