aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/SubmoduleUpdateCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* SubmoduleUpdateCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-30/+34
* Progress reporting for checkoutMarkus Duft2018-01-231-0/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-11/+11
* SubmoduleUpdateCommand: Add fetch callbackDavid Pursehouse2017-09-201-4/+18
* Fetch submodule repo before resolving commitsMichael FIG2017-09-201-1/+28
* SubmoduleUpdateCommand#setCallback should return 'this'Matthias Sohn2017-06-101-1/+3
* Clone: add --recurse-submodules optionDavid Pursehouse2017-04-271-0/+20
* 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
* Add progress monitor to MergerLaurent Delaigue2016-01-211-0/+3
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-4/+2
* Support the new repository layout for submodulesChristian Halstrick2014-12-151-0/+3
* Allow callers to use different merging strategiesLaurent Goubet2014-05-061-0/+16
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-0/+1
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-22/+28
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-4/+28
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+1
* Extend TransportCommand in submodule add/update commandsKevin Sawicki2012-01-021-17/+3
* Add comand support for git-submoduleKevin Sawicki2011-12-281-0/+190