aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/SubmoduleUpdateCommand.java
Commit message (Expand)AuthorAgeFilesLines
* 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