summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)Adithya Chakilam2021-03-141-0/+12
* PackFile: Add id + ext based constructorsNasser Grainawi2021-03-071-9/+2
* Create a PackFile class for Pack filenamesNasser Grainawi2021-03-041-4/+7
* Rename PackFile to PackNasser Grainawi2021-02-101-3/+3
* Fix SeparateClassloaderTestRunner on Java 9 or higherMatthias Sohn2021-02-051-4/+10
* Close Repository to fix tests failing on WindowsNail Samatov2020-11-011-0/+8
* ResolveMerger: Adding test cases for GITLINK mergeDemetr Starshov2020-08-261-0/+16
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\
| * Make Logger instances finalDavid Pursehouse2020-02-271-1/+1
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0413-494/+65
|/
* Merge branch 'stable-5.5'Matthias Sohn2019-11-112-2/+33
|\
| * Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-092-2/+33
* | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
|/
* Merge "RevWalk: Traverse all parents of UNINTERESTING commits"Jonathan Tan2019-08-261-1/+38
|\
| * RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-261-1/+38
* | Fix error occurring when SecurityManager is enabledNail Samatov2019-08-231-0/+94
* | 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
| |\
| | * 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-086-38/+331
|\| |
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-086-38/+332
| |\|
| | * 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
| | * 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
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-183-12/+117
| | * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-061-11/+17
|\| |
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-051-11/+17
| |\ \
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-051-11/+17
| | |\|
| | | * Enhance fsTick() to use filesystem timer resolutionChristian Halstrick2019-06-051-8/+16
| | | * Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-3/+1
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-161-16/+14
* | | | Use jdk 5 for loopCarsten Hammer2019-04-131-8/+9
* | | | Join catch sections using multicatchCarsten Hammer2019-04-132-10/+2
* | | | Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-1/+1
* | | | LocalDiskRepositoryTestCase: Clarify semantics of repository creation methodsDavid Pursehouse2019-04-081-3/+9
|/ / /
* | | LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-201-3/+6
* | | Make TestRepository AutoCloseableJackson Toeniskoetter2019-01-101-1/+18
|/ /
* | Move SshTestGitServer to new bundle org.eclipse.jgit.junit.sshThomas Wolf2018-11-171-331/+0
* | Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-131-7/+37
* | Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2018-11-131-1/+54