aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/Status.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-6/+36
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Remove a redundant semi-colonRobin Rosenberg2014-03-081-1/+1
* Do not allow non-ff-rebase if there are uncommitted changesStefan Lay2013-12-021-7/+37
* status: Print conflict description for unmerged pathsRobin Stocker2013-04-191-1/+11
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-161-0/+14
* Add helper for determining if status is cleanKevin Sawicki2012-01-031-1/+18
* Add getConflicting() method in Status APIPiotr Janik2011-05-161-0/+8
* Add status command to GIT apiChristian Halstrick2011-03-231-0/+122