Recursively load an entire tree into a DirCacheBuilder
commit84412ed0e0061ee87a54bf17e0e15b9a49e83098
authorShawn O. Pearce <spearce@spearce.org>
Thu, 22 Jan 2009 23:28:07 +0000 (22 15:28 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 23 Jan 2009 22:27:18 +0000 (23 23:27 +0100)
tree4090534e1168119d46c4d35e89f42a71562322bc
parent5e94c5ab4da7f0d8693008732940991d0b90c813
Recursively load an entire tree into a DirCacheBuilder

This implements the DirCache portion of "git read-tree", where a
tree can be recursively read into a DirCache instance without an
impact on the working directory.

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/DirCacheBuilder.java