Allow a DirCache to be created with no backing store file
commit9ac4c24771de067611edd3631dc71de0c2f5ecd8
authorShawn O. Pearce <spearce@spearce.org>
Thu, 22 Jan 2009 23:28:05 +0000 (22 15:28 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 23 Jan 2009 22:27:18 +0000 (23 23:27 +0100)
tree307d94239e201c38b4245893e6194347ca05e21e
parent3aa89e4a6952c2e3517d9abac0b4598c3278cddd
Allow a DirCache to be created with no backing store file

This permits using a DirCache as a temporary storage area in memory
only, with no chance of it being written out to disk.

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