Support recursively getting all entries under a subtree path
commit901ced0fdb9a497fce09b4aef35609c41baf2c3d
authorShawn O. Pearce <spearce@spearce.org>
Tue, 12 Aug 2008 01:08:03 +0000 (11 18:08 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:33:20 +0000 (14 19:33 +0200)
tree00799e2a1f3e5cc1a9508410ca78f0b0f8b95643
parentab1d8150b820833d796273cffe4bb0aa2a38bc3d
Support recursively getting all entries under a subtree path

Some applications need to process through all entries of a subtree.
A good example is if the entries need to be recreated into another
subtree to support a "cp -r a b" or "mv a b" operation.

The getEntriesWithin method returns an array of all entries within
a single subtree path, allowing the aplication to process over that
array in order.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/dircache/DirCache.java