]> source.dussan.org Git - jgit.git/commit
Checkout: expose a CheckoutResult 27/2127/3
authorMathias Kinzler <mathias.kinzler@sap.com>
Mon, 20 Dec 2010 09:21:49 +0000 (10:21 +0100)
committerMathias Kinzler <mathias.kinzler@sap.com>
Mon, 20 Dec 2010 09:21:49 +0000 (10:21 +0100)
commit645d262de6da32fdb05aba5a48dbf6188dfa7776
tree3f3af8b99eb6e77c6ece0a94578455f482334d5b
parent94a2cbb40750c0f5b4f873fa109d339393ee6888
Checkout: expose a CheckoutResult

This is needed by callers to determine checkout conflicts and
possible files that were not deleted during the checkout so that they
can present the end user with a better Exception description and retry
to delete the undeleted files later, respectively.

Change-Id: I037930da7b1a4dfb24cfa3205afb51dc29e4a5b8
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CheckoutCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutResult.java [new file with mode: 0644]