summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-11-08 02:41:28 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-11-08 02:41:28 +0100
commit8e9eab7990f51d20ddbea64f26448cde29538c00 (patch)
tree0ac4d948acfd9f3dc93e9eace6330f4db9b911d4 /Documentation
parent593fbf7c3d2f8dd73dda13af83a43bf0226ed469 (diff)
downloadjgit-8e9eab7990f51d20ddbea64f26448cde29538c00.tar.gz
jgit-8e9eab7990f51d20ddbea64f26448cde29538c00.zip
config-options.md: fix sort order
Change-Id: Idf233e7b6ca41de9460b41b3d24c84f9e85472d6
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config-options.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config-options.md b/Documentation/config-options.md
index d5d909b7ec..e84dbd5649 100644
--- a/Documentation/config-options.md
+++ b/Documentation/config-options.md
@@ -68,7 +68,6 @@ For details on native git options see also the official [git config documentatio
| option | default | git option | description |
|---------|---------|------------|-------------|
-| `gc.writeChangedPaths` | `false`| &#x20DE; | Whether bloom filter should be written to commit-graph during a gc operation. |
| `gc.aggressiveDepth` | `50` | &#x2705; | The depth parameter used in the delta compression algorithm used by aggressive garbage collection. |
| `gc.aggressiveWindow` | `250` | &#x2705; | The window size parameter used in the delta compression algorithm used by aggressive garbage collection. |
| `gc.auto` | `6700` | &#x2705; | 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. |
@@ -77,6 +76,7 @@ For details on native git options see also the official [git config documentatio
| `gc.logExpiry` | `1.day.ago` | &#x2705; | If the file `gc.log` exists, then auto gc will print its content and exit successfully instead of running unless that file is more than `gc.logExpiry` old. |
| `gc.pruneExpire` | `2.weeks.ago` | &#x2705; | Grace period after which unreachable objects will be pruned. |
| `gc.prunePackExpire` | `1.hour.ago` | &#x20DE; | Grace period after which packfiles only containing unreachable objects will be pruned. |
+| `gc.writeChangedPaths` | `false`| &#x20DE; | Whether bloom filter should be written to commit-graph during a gc operation. |
## __http__ options