]> source.dussan.org Git - jgit.git/commitdiff
config-options.md: fix sort order 53/205353/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 8 Nov 2023 01:41:28 +0000 (02:41 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 8 Nov 2023 01:41:28 +0000 (02:41 +0100)
Change-Id: Idf233e7b6ca41de9460b41b3d24c84f9e85472d6

Documentation/config-options.md

index d5d909b7ec670b3ee1bb1d89af730d13f5b2e810..e84dbd5649c5251fa527cb33fb626a3c7974b47d 100644 (file)
@@ -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