diff --git a/Documentation/config-options.md b/Documentation/config-options.md index 5ffe5d341..9022e21af 100644 --- a/Documentation/config-options.md +++ b/Documentation/config-options.md @@ -13,7 +13,6 @@ For details on native git options see also the official [git config documentatio | option | default | git option | description | |---------|---------|------------|-------------| -| `commitGraph.writeChangedPaths` | `false`| ⃞ | Whether bloom filter should be written to commit-graph. | | `commitGraph.readChangedPaths` | `false` | ✅ | Whether to use the changed-path Bloom filters in the commit-graph file (if it exists, and they are present). | ## __core__ options @@ -69,6 +68,7 @@ For details on native git options see also the official [git config documentatio | option | default | git option | description | |---------|---------|------------|-------------| +| `gc.writeChangedPaths` | `false`| ⃞ | Whether bloom filter should be written to commit-graph during a gc operation. | | `gc.aggressiveDepth` | `50` | ✅ | The depth parameter used in the delta compression algorithm used by aggressive garbage collection. | | `gc.aggressiveWindow` | `250` | ✅ | The window size parameter used in the delta compression algorithm used by aggressive garbage collection. | | `gc.auto` | `6700` | ✅ | Number of loose objects until auto gc combines all loose objects into a pack and consolidates all existing packs into one. Setting to 0 disables automatic packing of loose objects. |