aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/StatusCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-10/+18
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* add missing @since tag in StatusCommandChristian Halstrick2014-11-041-0/+1
* Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-031-0/+14
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-1/+2
* Add missing @since tagsLars Vogel2013-08-101-0/+2
* Add setter for ProgressMonitor to StatusCommandChristian Trutz2013-07-281-1/+20
* Add path option to StatusCommandChristian Halstrick2013-07-211-0/+36
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-5/+10
* StatusCommand#setWorkingTreeIt should return 'this'Tomasz Zarna2011-12-121-1/+4
* Remove TODO for generated constructor.Kevin Sawicki2011-09-281-1/+0
* Add status command to GIT apiChristian Halstrick2011-03-231-0/+103