]> source.dussan.org Git - jgit.git/commit
Add openEntryStream to WorkingTreeIterator 86/1386/1
authorShawn O. Pearce <spearce@spearce.org>
Mon, 23 Aug 2010 17:30:58 +0000 (10:30 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 23 Aug 2010 17:30:58 +0000 (10:30 -0700)
commit9d5b926ed164e8ee88d3b8b1e525d699adda01ba
tree9604c3f047fe5635696ec06742df72c5c9669a08
parentedd8029558483a56c850f1beb31f81f5e1288f09
Add openEntryStream to WorkingTreeIterator

This makes it easier for abstract tools like AddCommand to open the
file from the working tree, without knowing internal details about
how the tree is managed.

Change-Id: Ie64a552f07895d67506fbffb3ecf1c1be8a7b407
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/api/AddCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java