]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config/feature.txt
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / Documentation / config / feature.txt
index 28c33602d527fa152b2702dab8a07ce3a5373c82..c0cbf2bb1cd58d426d05139d6068d1f6be5f9f50 100644 (file)
@@ -15,14 +15,6 @@ feature.experimental::
 * `fetch.negotiationAlgorithm=skipping` may improve fetch negotiation times by
 skipping more commits at a time, reducing the number of round trips.
 +
-* `fetch.writeCommitGraph=true` writes a commit-graph after every `git fetch`
-command that downloads a pack-file from a remote. Using the `--split` option,
-most executions will create a very small commit-graph file on top of the
-existing commit-graph file(s). Occasionally, these files will merge and the
-write may take longer. Having an updated commit-graph file helps performance
-of many Git commands, including `git merge-base`, `git push -f`, and
-`git log --graph`.
-+
 * `protocol.version=2` speeds up fetches from repositories with many refs by
 allowing the client to specify which refs to list before the server lists
 them.