aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutResult.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/+18
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-271-2/+24
* Make CheckoutCommand pass modified files through resultMarkus Duft2012-08-071-6/+52
* [findbugs] Make CheckoutResult constants finalMatthias Sohn2010-12-301-3/+4
* CheckoutResult: return paths instead of FilesMathias Kinzler2010-12-211-8/+7
* Checkout: expose a CheckoutResultMathias Kinzler2010-12-201-0/+141