diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-13 21:31:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-13 21:31:00 +0200 |
commit | e4779dab99496ffa202289c1cad9e2d71ab6f20d (patch) | |
tree | 30bd6514349ede35d9fa07b044ac6c3253eae47d /Documentation | |
parent | 0b5d4c3aadb3157a78250b0b5b01160f6b550fb5 (diff) | |
parent | 01dde5c76774ad95e584e335182ba7333f2e7f95 (diff) | |
download | jgit-e4779dab99496ffa202289c1cad9e2d71ab6f20d.tar.gz jgit-e4779dab99496ffa202289c1cad9e2d71ab6f20d.zip |
Merge branch 'stable-6.7'
* stable-6.7:
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: I7e0856a5d70d5d155cf6874383ea1f5622d5238a
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config-options.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config-options.md b/Documentation/config-options.md index 9022e21af4..d5d909b7ec 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` | ⃞ | Whether we wait before opening a newly written pack to prevent its lastModified timestamp could be racy. | | `pack.window` | `10` | ✅ | Number of objects to try when looking for a delta base per thread searching for deltas. | | `pack.windowMemory` | `0` (unlimited) | ✅ | 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 | ✅ | Include objects in packs locked by a `.keep` file when repacking. |
\ No newline at end of file |