Support creating a new DirCacheEntry for an arbitrary path
commit76ed0b762e82fef07e75f50e02e201903d2829f8
authorShawn O. Pearce <spearce@spearce.org>
Tue, 12 Aug 2008 01:08:01 +0000 (11 18:08 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:33:20 +0000 (14 19:33 +0200)
tree6a0fa2403f77b0ada6587bb740f6f39ab9c3b0fc
parent0c7bfc59536d531b0b2dbc903776e9bf43d0c577
Support creating a new DirCacheEntry for an arbitrary path

Applications which use a DirCacheBuilder may need to build their own
DirCacheEntry in order to insert new records into the index file.

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