diff options
Diffstat (limited to 'Documentation/config-options.md')
-rw-r--r-- | Documentation/config-options.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config-options.md b/Documentation/config-options.md index ff223ab4cc..ca94ab84d1 100644 --- a/Documentation/config-options.md +++ b/Documentation/config-options.md @@ -135,6 +135,13 @@ Proxy configuration uses the standard Java mechanisms via class `java.net.ProxyS |---------|---------|------------|-------------| | `repack.packKeptObjects` | `true` when `pack.buildBitmaps` is set, `false` otherwise | ✅ | Include objects in packs locked by a `.keep` file when repacking. | + +## Java System Properties + +| system property | default | description | +|-----------------|---------|-------------| +| `REVWALK_USE_PRIORITY_QUEUE` | `false` | If set to `true` `RevWalk` uses `DateRevPriorityQueue` which is faster, otherwise it uses the old `DateRevQueue`. | + ## Tracing **GIT_TRACE_PERFORMANCE**: set this to `true` as a Java system property or environment variable to trace timings from the progress monitor. The system property takes |