aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/.settings
Commit message (Expand)AuthorAgeFilesLines
* Silence API error for new method in ReachabilityCheckerMatthias Sohn2019-11-251-0/+8
* ReceivePack: Reduce visibility of methodsDavid Pursehouse2019-11-161-0/+6
* Suppress API error raised for constant added in 345e2648Matthias Sohn2019-11-161-0/+8
* Suppress the API errors introduced by 3e9a5f99Matthias Sohn2019-11-141-0/+59
* Silence API errors for new API introduced in 5.5.2Matthias Sohn2019-11-121-0/+36
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-1/+1
* Silence API errors for new fields added to PackStatistics.AccumulatorMatthias Sohn2019-10-121-0/+17
* Remove unused API warning filtersMatthias Sohn2019-10-121-12/+0
* Merge branch 'stable-5.5'Matthias Sohn2019-09-041-158/+3
* Merge branch 'stable-5.4' into stable-5.5Jonathan Nieder2019-08-291-12/+0
|\
| * Merge branch 'stable-5.3' into stable-5.4Jonathan Nieder2019-08-291-12/+0
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Jonathan Nieder2019-08-291-12/+0
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2019-08-291-12/+0
| | | |\
| | | | * 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
| * | | | Prepare 5.4.3-SNAPSHOT buildsMatthias Sohn2019-08-231-1/+1
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-231-1/+1
| |\| | |
| | * | | Prepare 5.3.5-SNAPSHOT buildsMatthias Sohn2019-08-231-0/+6
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-231-1/+1
| | |\| |
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-201-8/+26
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-8/+26
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-8/+26
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-8/+26
| | | |\|
| | | | * 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
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-091-0/+161
|\| | | |
| * | | | Fix API problem filtersMatthias Sohn2019-08-091-172/+14
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-3/+129
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-4/+130
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-3/+129
| | | |\|
| | | | * 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
* | | | | Delete unused API problem filtersMatthias Sohn2019-06-161-183/+0
|/ / / /
* | | | Merge branch 'master' into stable-5.4Matthias Sohn2019-06-111-0/+48
|\ \ \ \
| * | | | Support reading and writing cookies.Konrad Windszus2019-06-061-0/+40
| * | | | Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-051-0/+8
* | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-061-0/+72
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-051-0/+72
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-051-0/+70
| | |\|
| | | * 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