aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/submodule
Commit message (Expand)AuthorAgeFilesLines
* Fix tests on windows by closing reposChristian Halstrick2014-12-124-9/+10
* 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-046-6/+6
* 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-164-12/+30
* Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-151-0/+144
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-305-21/+33
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Load .gitmodules config before adding values to itSascha Scholz2012-03-021-0/+41
* Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-4/+99
* Support relative submodule URLs on init/add/syncKevin Sawicki2012-01-173-13/+331
* Add comand support for git-submoduleKevin Sawicki2011-12-286-0/+1161