summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for clean filtersChristian Halstrick2015-11-271-0/+13
* Add missing @since tags and missing javadocMatthias Sohn2015-11-255-2/+32
* Restore TestRepository.getClock(), it is used by Gerrit/GitilesTerry Parker2015-10-221-0/+11
* Push control of time into MockSystemReaderTerry Parker2015-10-203-25/+55
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-092-0/+13
* [performance] Cache platform name in SystemReaderAndrey Loskutov2015-09-271-0/+18
* Move `RepositoryTestCase.indexState` to parent classChris Price2015-07-102-106/+100
* Change `indexState` to static methodChris Price2015-07-101-1/+1
* Use local variable in RepositoryTestCase.indexStateChris Price2015-07-071-1/+1
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-27/+29
* TestRepository: Add a cherryPick methodDave Borowitz2015-03-231-0/+62
* TestRepository: Expose a Git instanceDave Borowitz2015-03-181-0/+12
* TestRepository: Allow setting explicit Change-IdDave Borowitz2015-03-121-9/+22
* TestRepository: Ignore existing Change-Id in messageDave Borowitz2015-03-121-0/+4
* TestRepository: Support committing to unborn symrefDave Borowitz2015-03-121-2/+1
* TestRepository: Expose some getters for CommitBuilderDave Borowitz2015-03-121-0/+16
* TestRepository: Add methods to amend commits or refsDave Borowitz2015-03-121-12/+87