aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/submodule/SubmoduleWalkTest.java
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-1/+0
* Ensure .gitmodules is loaded when accessing submodule nameJohn Dallaway2020-10-251-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close SubmoduleWalks in testsThomas Wolf2019-10-151-114/+125
* SubmoduleWalkTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-16/+15
* Explicitly specify charset when constructing FileWriterDavid Pursehouse2018-09-261-8/+14
* Don't assume name = path in .gitmodulesThomas Wolf2017-09-041-0/+40
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+11
* containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-031-0/+8
* Fix tests on windows by closing reposChristian Halstrick2014-12-121-2/+2
* Fix possible NPE in IndexDiff when not all submodules are clonedChristian Halstrick2014-11-091-1/+7
* Use absolute paths for file:// URIs in testsShawn Pearce2013-11-011-2/+4
* Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-201-2/+3
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-3/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+2
* Use the working tree's .gitmodules in SubmoduleWalk.forIndex()Dave Borowitz2012-06-251-3/+3
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-0/+2
* Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-151-0/+144
* Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-4/+99
* Add comand support for git-submoduleKevin Sawicki2011-12-281-0/+177