You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master:
MidxIterator: Add reset method
PackIndexMerger: remove rawIterator() method
PackIndexMerge: Use deduped iterators instead of deduping while reading
PackIndexMerger: use MidxIterators instead of its own
MidxIterators: Helpers around the MidxIterator
Bazel: align JGit with shared external_deps repository
Bazel: bump rules_jvm_external to 6.10
MultiPackIndex: Offer an iterator over the entries in the midx
RevWalk: abort computation of merged commits if the monitor is canceled
[cli] Add options --pack-refs and --no-pack-refs to Gc command
Add missing LF at the end of GarbageCollectCommandTest
Add GarbageCollectCommand#setGcConfig
GC: add flag to control whether gc should pack all refs
Downgrade spring-boot-maven-plugin to 3.5.10
pack-refs: Add sorted flag
Bazel: enforce strict MODULE.bazel.lock synchronization
DfsPackFileMidxSingle: No need to set ints to 0 in constructor
MidxPackFilter: Remove debug printlns
DfsMidxWriter: add writing bitmaps to the newly created midx
RefAdvancer: helper to find when a branch enters a pack
Throw IOException if API tries to use destroyed TemporaryBuffer
Update com.google.errorprone:error_prone_type_annotations to 2.46.0
Update Apache sshd to 2.17.1
DfsPackFileMidx: offer local objects as ObjectToPack
Change-Id: I6296337594bf55033aeb680824f42bb739050989
Copy file name to clipboardExpand all lines: Documentation/config-options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ For details on native git options see also the official [git config documentatio
80
80
|`gc.autoDetach`|`true`|✅| Make auto gc return immediately and run in background. |
81
81
|`gc.autoPackLimit`|`50`|✅| Number of packs until auto gc consolidates existing packs (except those marked with a .keep file) into a single pack. Setting `gc.autoPackLimit` to 0 disables automatic consolidation of packs. |
82
82
|`gc.logExpiry`|`1.day.ago`|✅| If the file `gc.log` exists, then auto gc will print its content and exit successfully instead of running unless that file is more than `gc.logExpiry` old. |
83
+
|`gc.packRefs`|`true`|✅| This variable determines whether JGit garbage collection will also pack refs. This can be set to `notbare` to enable it within all non-bare repos or it can be set to a boolean value. |
83
84
|`gc.pruneExpire`|`2.weeks.ago`|✅| Grace period after which unreachable objects will be pruned. |
84
85
|`gc.prunePackExpire`|`1.hour.ago`|⃞| Grace period after which packfiles only containing unreachable objects will be pruned. |
85
86
|`gc.writeChangedPaths`|`false`|⃞| Whether bloom filter should be written to commit-graph during a gc operation. |
0 commit comments