]> source.dussan.org Git - jgit.git/commitdiff
Documentation: Move writeChangedPaths flag from commitGraph to gc section. 11/204411/10
authorRonald Bhuleskar <funronald@google.com>
Mon, 18 Sep 2023 18:45:11 +0000 (11:45 -0700)
committerRonald Bhuleskar <funronald@google.com>
Tue, 19 Sep 2023 20:33:37 +0000 (13:33 -0700)
The flag commitGraph.writeChangedPaths is not correct. The option was introduced in commit 3b77e33 (Jul 19th) under gc section so updating the documentation to reflect it under correct section.

Change-Id: Ie8f82931594ed3fd1ee3e4532d2e7475878a33a1

Documentation/config-options.md

index 5ffe5d34177e814d0aac89808acf8413647963dc..9022e21af433c30f895a70c078c8779b33b513fc 100644 (file)
@@ -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`| &#x20DE; | Whether bloom filter should be written to commit-graph. |
 | `commitGraph.readChangedPaths` | `false` | &#x2705; | 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`| &#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. |