diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-13 01:33:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-13 01:33:56 +0200 |
commit | da60ac9aa6029e0a9ca71ed92942d463888492e6 (patch) | |
tree | 3ae42be8f7c5f8a44a2b35f6aa6a9f831d3d3046 /Documentation/config-options.md | |
parent | 76dfbb2ccd798e55c051c6c4cc9c305715c8a0fa (diff) | |
parent | c59bf1629175ccc126813cf51ef92be4e28b5ba8 (diff) | |
download | jgit-da60ac9aa6029e0a9ca71ed92942d463888492e6.tar.gz jgit-da60ac9aa6029e0a9ca71ed92942d463888492e6.zip |
Merge branch 'stable-6.3' into stable-6.4
* stable-6.3:
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: I4b94a2b79941c085fa2f62246e8e879aaa85cd3f
Diffstat (limited to 'Documentation/config-options.md')
-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 e95462a9b1..815677c7d8 100644 --- a/Documentation/config-options.md +++ b/Documentation/config-options.md @@ -111,3 +111,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 |