summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* TestRepository: Add a reset method to move HEAD aroundDave Borowitz2015-03-121-0/+55
* TestRepository: Optionally insert Change-Id in commit messageDave Borowitz2015-03-121-1/+25
* TestRepository: Allow custom author/committer per-commitDave Borowitz2015-03-111-9/+32
* TestRepository: Use try-with-resources where appropriateDave Borowitz2015-03-111-74/+58
* Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2014-12-221-0/+2
* Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-0/+1
* Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick2014-12-121-1/+1
* Fix RecursiveMerger's internal use of merge to find a merge baseChristian Halstrick2014-07-252-0/+9
* Try to fix intermittent test failure related to file timestampsRobin Rosenberg2014-07-011-3/+4
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-241-76/+0
* Support running from JARs in JGitTestUtilShawn Pearce2013-11-242-5/+38
* Enhance RepositoryTestCase.commitFile() to work on empty repositoryMatthias Sohn2013-10-311-4/+13
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-0/+2