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