aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/SubmoduleSyncCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-3/+3
* Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* SubmoduleSyncCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-10/+11
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-3/+8
* 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-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
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-0/+1
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-14/+20
* 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/+157