summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-201-0/+5
* Update reflog like C Git during rebase (non-interactive)Robin Rosenberg2013-07-211-0/+1
* Remove unused import in LocalDiskRepositoryTestCaseTomasz Zarna2013-05-131-1/+0
* Fix hardcoded use of target/trash in LocalDiskRepositoryTestCaseShawn Pearce2013-05-081-61/+81
* Extend the FS class for Java7Robin Rosenberg2013-05-041-6/+8
* Don't use internal type FileRepository in public APIMatthias Sohn2013-03-201-5/+5
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-184-11/+10
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-042-0/+574
* Remove packIndex field from FileObjDatabase openPack method.Colby Ranger2013-01-101-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-3/+3
* Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-252-13/+23
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+58
* Additional unit tests for the GCSasa Zivkov2012-09-161-1/+28
* Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+8
* Add a CommitBuilder method to edit arbitrary DirCacheEntrysDave Borowitz2012-06-151-2/+6
* Get rid of warnings about empty statmentsRobin Rosenberg2012-06-061-0/+6
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-0/+1