aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/SubmoduleInitCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Use submodule name instead of path as key in configDavid Turner2017-12-271-2/+3
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-2/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [infer] Fix SubmoduleWalk leaks in submodule commandsMatthias Sohn2016-12-181-2/+1
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-0/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+2
* Support relative submodule URLs on init/add/syncKevin Sawicki2012-01-171-1/+1
* Add comand support for git-submoduleKevin Sawicki2011-12-281-0/+130