aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/.gitignore
diff options
context:
space:
mode:
authorChristian Halstrick <christian.halstrick@sap.com>2014-09-17 15:57:25 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2014-09-19 09:17:41 -0400
commit227357f929562e8010d96fedbe52df561af82c1d (patch)
treeb167ad7e57dc7443bdfdac0782af4137c993433e /org.eclipse.jgit.pgm/.gitignore
parentf2ebc8d4c5af5bfaf519d19a72eba477d10d86aa (diff)
downloadjgit-227357f929562e8010d96fedbe52df561af82c1d.tar.gz
jgit-227357f929562e8010d96fedbe52df561af82c1d.zip
Add "aggressive" option to GC
JGit should offer the possibility to do a garbage collection in "aggressive" mode. In this mode garbage collection more aggressively optimize the repository at the expense of taking much more time. Technically a aggressive mode garbage collection differs from a non-aggressive one by: - not reusing packed objects found in old packs. Recompress every object - the configuration pack.window is set to 250 (the default is 10) - the configuration pack.depths is set to 250 (the default is 50) The associated classes in org.eclipse.jgit.api and the command line command in org.eclipse.jgit.pgm expose this new option. The configuration parameters gc.aggressiveDepth and gc.aggressiveWindow have been introduced to configure this feature. Bug: 444332 Change-Id: I024101f2810acf6be13ce144c9893d98f5c4ae76
Diffstat (limited to 'org.eclipse.jgit.pgm/.gitignore')
0 files changed, 0 insertions, 0 deletions