]> source.dussan.org Git - jgit.git/commit
Make CheckoutCommand pass modified files through result 37/5337/9
authorMarkus Duft <markus.duft@salomon.at>
Mon, 4 Jun 2012 13:37:53 +0000 (15:37 +0200)
committerChris Aniszczyk <zx@twitter.com>
Wed, 8 Aug 2012 04:40:21 +0000 (21:40 -0700)
commit1e75941410e3a6e5a21f3155521e80f6f0a08a47
treecda5ddd5ed3eeb024824bec022ac9052a0259bf8
parente9c811d0d08a9c2c748311a13a86b481941a55ce
Make CheckoutCommand pass modified files through result

This change makes CheckoutCommand pass the list of modified files
through the OK result, enabling outside world to react in a smaller
scope (for example refresh only resources containing the modified
files).

Change-Id: I53c50ee09bc0d3ff501bdc25196e52e739c3f1f9
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutResult.java