summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/JGitTestUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+21
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-071-16/+7
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-2/+4
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-171-0/+74
* Add dfs fsck implementationZhen Chen2017-07-261-0/+23
* Add missing @since tags and missing javadocMatthias Sohn2015-11-251-0/+11
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-0/+7
* Fix RecursiveMerger's internal use of merge to find a merge baseChristian Halstrick2014-07-251-0/+5
* Support running from JARs in JGitTestUtilShawn Pearce2013-11-241-1/+34
* 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-181-1/+1
* Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-251-0/+22
* Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+8
* Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza2012-01-251-0/+45
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+130