aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Enhance fsTick() to use filesystem timer resolutionChristian Halstrick2019-06-051-8/+16
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-3/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-044-9/+9
* Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-281-12/+13
* Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-231-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-156-36/+36
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-19/+14
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-114-9/+9
* JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-071-16/+7
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-073-4/+8
* Honor CRLF settings when writing merge resultsThomas Wolf2018-02-021-8/+8
* Repeat: Fix javadoc to say 'annotation' instead of 'interface'David Pursehouse2017-12-181-1/+1
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-1711-22/+323
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-1/+2
* Add flag for keeping ref tombstones in GC reftableMinh Thai2017-11-151-0/+1
* ObjectDirectory: Add pack directory getterHector Caballero2017-11-141-1/+1
* Add dfs fsck implementationZhen Chen2017-07-261-0/+23
* Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-251-0/+78
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+7
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-6/+6
* LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepositoryDavid Pursehouse2017-02-101-1/+1
* RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn2017-01-281-2/+22
* LocalDiskRepositoryTestCase: Only add to toClose through access methodDavid Pursehouse2017-01-281-1/+1
* LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to closeDavid Pursehouse2017-01-271-1/+3
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-213-5/+115
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-3/+3
* Organize importsDavid Pursehouse2016-11-141-2/+11
* Add a RepeatRule to help repeating flaky testsMatthias Sohn2016-08-252-0/+184
* Remove the deprecated TestRepository.getClock() methodTerry Parker2016-05-311-11/+0
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-312-4/+4
* Fix type parameter in javadoc in TestRepository.delete(String ref)Matthias Sohn2016-05-051-1/+1
* TestRepository: Add delete() methodJonathan Nieder2016-05-041-0/+34
* In TestRepository, use a consistent clockTerry Parker2016-03-251-13/+12
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-3/+3
* Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-1/+1