aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-131-7/+38
* | Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-061-0/+217
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+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
* RepositoryTestCase: Open autocloseable types in try-with-resourceDavid Pursehouse2016-02-051-4/+5
* Remove declared IOException which is no longer thrownMatthias Sohn2016-01-201-2/+1
* PackWriter: Declare preparePack object sets as @NonNullShawn Pearce2016-01-121-1/+1
* ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-2/+2