aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/SubmoduleAddCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [infer] Fix resource leaks in SubmoduleAddCommandMatthias Sohn2016-12-181-2/+8
* Add new submodule layout to SubmoduleAddCommandChristian Halstrick2015-06-111-0/+2
* Document that repo returned by SubmoduleAddCommand needs to be closedMatthias Sohn2015-01-221-0/+11
* 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
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Load .gitmodules config before adding values to itSascha Scholz2012-03-021-4/+8
* Support relative submodule URLs on init/add/syncKevin Sawicki2012-01-171-2/+8
* Extend TransportCommand in submodule add/update commandsKevin Sawicki2012-01-021-17/+3
* Add comand support for git-submoduleKevin Sawicki2011-12-281-0/+211