summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-012-12/+61
|\|
| * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-012-12/+61
| |\
| | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-012-12/+61
| | |\
| | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-012-12/+61
| | | |\
| | | | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-012-0/+41
| | | | |\
| | | | | * WindowCache: add metric for cached bytes per repositoryMatthias Sohn2020-01-281-0/+9
| | | | | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-201-0/+32
| | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-171-12/+20
| | | | |\|
| | | | | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-091-12/+20
* | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-01-091-6/+170
|\| | | | |
| * | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-091-6/+170
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-091-6/+170
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-091-6/+170
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-091-6/+170
| | | | |\|
| | | | | * Enhance WindowCache statisticsMatthias Sohn2019-12-081-6/+170
* | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-045-190/+25
|/ / / / /
* / / / / PackWriter/Statistics: Report offloaded sizeIvan Frade2019-10-111-0/+30
|/ / / /
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-26/+2
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-26/+2
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-26/+2
| | |\|
| | | * Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-101-26/+2
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-1/+27
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-1/+27
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-1/+27
| | |\|
| | | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-3/+27
| | | * Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-171-1/+3
* | | | Merge branch 'master' into stable-5.4Matthias Sohn2019-06-111-2/+19
|\ \ \ \
| * | | | Retry loading config when locked by another processMichael Keppler2019-06-101-2/+19
* | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-061-1/+99
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-051-1/+99
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-051-1/+99
| | |\|
| | | * Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-041-1/+99
* | | | Silence API errors and add missing @since tags caused by 175e6654Matthias Sohn2019-04-291-1/+2
* | | | tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-0/+11
|/ / /
* / / Avoid double wordsMincong HUANG2018-12-212-3/+3
|/ /
* / Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-091-2/+0
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-153-9/+9
* Merge branch 'stable-4.11'Matthias Sohn2018-05-101-30/+54
|\
| * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-05-101-30/+54
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-05-101-30/+54
| | |\
| | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-05-101-31/+54
| | | |\
| | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-101-31/+54
| | | | |\
| | | | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-101-31/+54
| | | | | |\
| | | | | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-101-31/+54
* | | | | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+4
|/ / / / / /
* | | | | | Add negotiation statistics to PackStatisticsTerry Parker2018-02-121-0/+72
* | | | | | Add class to access WindowCache statisticsDavid Pursehouse2018-02-031-0/+68
|/ / / / /