aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit
Commit message (Expand)AuthorAgeFilesLines
...
* Add a RepeatRule to help repeating flaky testsMatthias Sohn2016-08-253-1/+188
* Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-261-0/+1
* Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2016-06-012-17/+17
* 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
* Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-04-082-17/+17
* Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-17/+17
* JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2016-04-082-2/+2
* JGit v4.3.0.201604071045-rMatthias Sohn2016-04-072-2/+2
* 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
* Merge branch 'stable-4.2'Matthias Sohn2016-02-151-1/+1
|\
| * Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-1/+1
* | Merge branch 'stable-4.2'Matthias Sohn2016-02-101-4/+5
|\|
| * RepositoryTestCase: Open autocloseable types in try-with-resourceDavid Pursehouse2016-02-051-4/+5
| * Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2016-01-222-17/+17
| * JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2016-01-212-2/+2
* | Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2016-01-212-17/+17
|/
* 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
* Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-031-2/+2
|\
| * ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-2/+2
* | Implement Buck driven buildDavid Ostrovsky2015-12-311-0/+10
|/
* 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
* Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2015-09-282-17/+17
* Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2015-09-282-17/+17
* JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2015-09-282-2/+2
* [performance] Cache platform name in SystemReaderAndrey Loskutov2015-09-271-0/+18
* Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4eMatthias Sohn2015-08-311-0/+1
* Update uses-clauses in OSGi manifestsMatthias Sohn2015-08-311-2/+9
* 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
* Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2015-06-032-17/+17
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-27/+29
* TestRepository: Add a cherryPick methodDave Borowitz2015-03-232-0/+63
* 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