aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-12-041-0/+11
|\
| * Prepare 5.3.10-SNAPSHOT buildsMatthias Sohn2020-12-022-21/+21
| * JGit v5.3.9.202012012026-rv5.3.9.202012012026-rMatthias Sohn2020-12-022-2/+2
| * Prepare 5.3.9-SNAPSHOT buildsMatthias Sohn2020-11-262-21/+21
| * JGit v5.3.8.202011260953-rv5.3.8.202011260953-rMatthias Sohn2020-11-262-2/+2
| * Prepare 5.3.8-SNAPSHOT buildsMatthias Sohn2020-02-112-21/+21
| * JGit v5.3.7.202002110540-rv5.3.7.202002110540-rMatthias Sohn2020-02-112-2/+2
| * Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-022-21/+21
| * JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-022-2/+2
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-081-0/+2
|\|
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-0/+2
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-0/+2
| | |\
| | | * Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse2019-09-071-0/+2
| | | * Prepare 5.1.12-SNAPSHOT buildsMatthias Sohn2019-09-032-19/+19
| | | * JGit v5.1.11.201909031202-rv5.1.11.201909031202-rMatthias Sohn2019-09-032-2/+2
| | | * Prepare 5.1.11-SNAPSHOT buildsMatthias Sohn2019-08-232-19/+19
| | | * JGit v5.1.10.201908230655-rv5.1.10.201908230655-rMatthias Sohn2019-08-232-2/+2
| | | * Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn2019-08-212-19/+19
| | | * JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn2019-08-212-2/+2
| * | | Prepare 5.3.6-SNAPSHOT buildsMatthias Sohn2019-09-042-21/+21
| * | | JGit v5.3.5.201909031855-rv5.3.5.201909031855-rMatthias Sohn2019-09-042-2/+2
| * | | Prepare 5.3.5-SNAPSHOT buildsMatthias Sohn2019-08-232-21/+21
| * | | JGit v5.3.4.201908231101-rv5.3.4.201908231101-rMatthias Sohn2019-08-232-2/+2
| * | | Prepare 5.3.4-SNAPSHOT buildsMatthias Sohn2019-08-212-21/+21
| * | | JGit v5.3.3.201908210735-rv5.3.3.201908210735-rMatthias Sohn2019-08-212-2/+2
* | | | Prepare 5.4.4-SNAPSHOT buildsMatthias Sohn2019-09-043-23/+23
* | | | JGit v5.4.3.201909031940-rv5.4.3.201909031940-rMatthias Sohn2019-09-043-4/+4
* | | | Prepare 5.4.3-SNAPSHOT buildsMatthias Sohn2019-08-233-23/+23
* | | | JGit v5.4.2.201908231537-rv5.4.2.201908231537-rMatthias Sohn2019-08-233-4/+4
* | | | Prepare 5.4.2-SNAPSHOT buildsMatthias Sohn2019-08-213-23/+23
* | | | JGit v5.4.1.201908211225-rv5.4.1.201908211225-rMatthias Sohn2019-08-213-4/+4
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-202-9/+68
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-192-9/+68
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-192-9/+68
| | |\|
| | | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-182-5/+45
| | | * Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lockMatthias Sohn2019-08-161-6/+7
| | | * Implement toString in MockSystemReader and MockConfigMatthias Sohn2019-08-111-0/+11
| | | * Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-111-5/+7
| | | * Override FileBasedConfig's save method in MockConfigMatthias Sohn2019-08-101-0/+5
* | | | [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-1/+1
* | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-087-47/+352
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-087-47/+353
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-087-47/+353
| | |\|
| | | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-062-2/+2
| | | * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-062-2/+3
| | | * Reuse FileUtils to recursively delete files created by testsMatthias Sohn2019-07-261-23/+19
| | | * Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junitMatthias Sohn2019-07-241-9/+20
| | | * Add missing javadoc in org.eclipse.jgit.junitMatthias Sohn2019-07-242-0/+157
| | | * Enhance RepeatRule to report number of failures at the endMatthias Sohn2019-07-192-3/+34
| | | * Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-191-0/+4