summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/.settings
Commit message (Expand)AuthorAgeFilesLines
* Update API warning filtersMatthias Sohn2020-07-191-0/+28
* WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-201-0/+6
* Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-091-0/+38
* Enhance WindowCache statisticsMatthias Sohn2019-12-081-0/+23
* Remove unused API problem filtersMatthias Sohn2019-11-041-28/+0
* Silence API errors for new API added since 5.1.0Matthias Sohn2019-11-041-0/+8
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-09-031-8/+28
|\
| * Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn2019-09-031-8/+25
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-031-4/+52
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-09-031-8/+38
| | | |\
| | | | * Silence API warningsMatthias Sohn2019-09-031-8/+51
* | | | | Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-12/+0
* | | | | Prepare 5.1.11-SNAPSHOT buildsMatthias Sohn2019-08-231-1/+1
* | | | | Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn2019-08-211-1/+1
* | | | | Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-0/+26
* | | | | Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-101-8/+0
* | | | | Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+8
* | | | | Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-4/+18
* | | | | Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-12/+12
* | | | | Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-261-0/+8
* | | | | Use Instant for smudge time in DirCache and DirCacheEntryMatthias Sohn2019-07-181-0/+6
* | | | | Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-0/+62
* | | | | Use FileChannel.open to touch file and set mtime to nowMatthias Sohn2019-07-171-1/+1
* | | | | Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-171-0/+22
* | | | | Optionally measure filesystem timestamp resolution asynchronouslyMatthias Sohn2019-07-111-0/+6
* | | | | Fix API problem filtersMatthias Sohn2019-06-171-1/+1
* | | | | Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-041-0/+56
* | | | | Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-0/+14
* | | | | Fix API problem filtersMatthias Sohn2019-05-221-1/+1
* | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-04-201-1/+15
|\| | | |
| * | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-191-0/+14
| |\| | |
| | * | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-181-0/+14
| | |\| |
| | | * | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-181-0/+14
| | | |\|
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-181-1/+15
| | | | |\
| | | | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-171-0/+14
| | | | | |\
| | | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-161-1/+15
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-161-16/+14
| | | | | | | |\
| | | | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-111-0/+14
| | | | | | | | * Fix API problem filtersMatthias Sohn2019-04-111-7/+1
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-131-0/+8
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-131-0/+6
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-131-0/+6
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-131-0/+6
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-131-0/+6
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-131-0/+6
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-121-0/+6
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-121-0/+22
| | | | | | | |\|
| | | | | | | | * Include size when comparing FileSnapshotLuca Milanesio2019-03-121-0/+8
| | | | | | | | * Silence API warnings for new API introduced for fixesMatthias Sohn2019-03-121-0/+14
| | | | | | * | | Prepare 4.7.8-SNAPSHOT buildsMatthias Sohn2018-12-241-1/+1