aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/submodule
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-047-266/+35
* Close SubmoduleWalks in testsThomas Wolf2019-10-156-270/+297
* SubmoduleWalkTest: Open Repository in try-with-resourceDavid Pursehouse2019-01-211-16/+15
* SubmoduleStatusTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-47/+51
* Merge branch 'stable-5.1'Matthias Sohn2018-10-061-0/+28
|\
| * 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
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-0/+31
| | | |\
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-0/+31
| | | | |\
| | | | | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-051-1/+32
* | | | | | Explicitly specify charset when constructing FileWriterDavid Pursehouse2018-09-261-8/+14
|/ / / / /
* | | | | SubmoduleDeinitTest fails on WindowsAndrey Loskutov2018-08-191-4/+6
* | | | | Add API to specify the submodule nameMasaya Suzuki2018-07-121-0/+56
|/ / / /
* / / / Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-133-34/+37
|/ / /
* / / Add a command to deinitialize submodulesDavid Turner2017-12-271-0/+251
|/ /
* | Don't assume name = path in .gitmodulesThomas Wolf2017-09-041-0/+40
* | Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-251-30/+23
* | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
|/
* 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-196-0/+24
* SubmoduleAddTest: Open Git in try-with-resourceDavid Pursehouse2016-02-051-87/+91
* containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov2015-08-031-0/+8
* submodule test: Use config.unset instead of setting to nullJonathan Nieder2015-06-101-3/+2
* 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