aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-10-13 09:06:21 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-10-13 09:06:21 +0200
commit01dde5c76774ad95e584e335182ba7333f2e7f95 (patch)
tree56f5f038f853acca86e8a616df82d6481703986e /Documentation
parentbb12dd4cbde54234042f607bf923e83040910929 (diff)
parentb6098c549d1ad052917a3515d2d1c19c03b7bce9 (diff)
downloadjgit-01dde5c76774ad95e584e335182ba7333f2e7f95.tar.gz
jgit-01dde5c76774ad95e584e335182ba7333f2e7f95.zip
Merge branch 'stable-6.6' into stable-6.7
* stable-6.6: PackConfig: fix @since tags Remove unused API problem filters Add support for git config repack.packKeptObjects Do not exclude objects in locked packs from bitmap processing Change-Id: I29241619e6c09933bb856e486f379be10dd609c2
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config-options.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config-options.md b/Documentation/config-options.md
index 5ffe5d3417..d57b92d52f 100644
--- a/Documentation/config-options.md
+++ b/Documentation/config-options.md
@@ -127,3 +127,9 @@ Proxy configuration uses the standard Java mechanisms via class `java.net.ProxyS
| `pack.waitPreventRacyPack` | `false` | &#x20DE; | Whether we wait before opening a newly written pack to prevent its lastModified timestamp could be racy. |
| `pack.window` | `10` | &#x2705; | Number of objects to try when looking for a delta base per thread searching for deltas. |
| `pack.windowMemory` | `0` (unlimited) | &#x2705; | Maximum number of bytes to put into the delta search window. |
+
+## __repack__ options
+
+| option | default | git option | description |
+|---------|---------|------------|-------------|
+| `repack.packKeptObjects` | `true` when `pack.buildBitmaps` is set, `false` otherwise | &#x2705; | Include objects in packs locked by a `.keep` file when repacking. | \ No newline at end of file