aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/submodule/SubmoduleAddTest.java
Commit message (Expand)AuthorAgeFilesLines
* Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-111-0/+7
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close SubmoduleWalks in testsThomas Wolf2019-10-151-44/+45
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-061-0/+28
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-0/+31
| |\
| | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-051-1/+32
* | | Add API to specify the submodule nameMasaya Suzuki2018-07-121-0/+56
|/ /
* | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-18/+17
* | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
|/
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* SubmoduleAddTest: Open Git in try-with-resourceDavid Pursehouse2016-02-051-87/+91
* Fix tests on windows by closing reposChristian Halstrick2014-12-121-4/+5
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-10/+19
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-4/+5
* 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 relative submodule URLs on init/add/syncKevin Sawicki2012-01-171-0/+43
* Add comand support for git-submoduleKevin Sawicki2011-12-281-0/+172