aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackConfig.java
Commit message (Expand)AuthorAgeFilesLines
* PackIndexWriter: create interface to write indexesSam Delmerico2024-10-221-3/+3
* PackWriterBitmapPreparer: Set limit on excessive branch countJackson Toeniskoetter2024-01-121-2/+72
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-10-131-2/+49
|\
| * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-131-2/+49
| |\
| | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-131-2/+49
| | |\
| | | * PackConfig: fix @since tagsMatthias Sohn2023-10-131-6/+9
| | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-121-2/+46
* | | | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+6
|/ / /
* | | [releng] API filter for PackIndex.DEFAULT_WRITE_REVERSE_INDEXThomas Wolf2023-05-151-1/+1
* | | PackWriter: write the PackReverseIndex fileAnna Papitto2023-05-081-3/+43
|/ /
* | Merge branch 'stable-6.4'Matthias Sohn2023-02-201-0/+6
|\|
| * Add pack options to preserve and prune old pack filesMatthias Sohn2023-02-111-0/+6
* | PackConfig: add entry for minimum size to indexIvan Frade2023-02-161-0/+57
|/
* Allow the exclusions of refs prefixes from bitmapLuca Milanesio2023-01-311-0/+38
* searchForReuse might impact performance in large repositoriesFabio Ponciroli2021-06-251-0/+47
* Define constants for pack config option keysMatthias Sohn2020-04-031-41/+77
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-051-1/+99
|\
| * Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-041-1/+99
* | Avoid double wordsMincong HUANG2018-12-211-2/+2
|/
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit storage/file and pack packageMatthias Sohn2017-12-191-5/+18
* Add a new singlePack option to PackConfigTerry Parker2017-06-141-0/+30
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add missing @since tags on new API constantsMatthias Sohn2017-01-191-2/+2
* gc: Add options to preserve and prune old pack filesJames Melvin2017-01-191-0/+75
* Expose bitmap selection parameters via PackConfigTerry Parker2015-10-211-8/+270
* Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-211-47/+0
* Limit the range of commits for which bitmaps are created.Terry Parker2015-10-081-0/+47
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Add missing @since tags for new API methodsMatthias Sohn2013-04-071-0/+2
* Support cutting existing delta chains longer than the max depthShawn Pearce2013-04-051-0/+29
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-1/+4
* Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()Edwin Kempin2013-03-201-12/+12
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-3/+3
* Add toString() for PackConfigEdwin Kempin2013-03-151-0/+18
* Enable writing bitmaps during GC by default.Colby Ranger2013-03-051-1/+1
* Support creating pack bitmap indexes in PackWriter.Colby Ranger2013-03-051-0/+38
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-13/+19
* Add copy constructor to PackConfigShawn O. Pearce2011-07-271-0/+23
* Use limited getCachedBytes code to reduce duplicationShawn O. Pearce2010-08-251-6/+6
* Enable configuration of non-standard pack settingsShawn O. Pearce2010-07-281-0/+6
* Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-281-33/+555
* Honor pack.threads and perform delta search in parallelShawn O. Pearce2010-07-091-0/+3
* Cache small deltas during packingShawn O. Pearce2010-07-091-0/+6
* Configure core.bigFileThreshold into PackWriterShawn O. Pearce2010-07-091-0/+3
* Add more configuration options to PackWriterShawn O. Pearce2010-07-091-0/+81