Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
Modifier and Type | Method and Description |
---|---|
private int |
DirCacheTree.computeSize(DirCacheEntry[] cache,
int cIdx,
int pathOffset,
ObjectInserter ow) |
(package private) ObjectId |
DirCacheTree.writeTree(DirCacheEntry[] cache,
int cIdx,
int pathOffset,
ObjectInserter ow)
Write (if necessary) this tree to the object store.
|
ObjectId |
DirCache.writeTree(ObjectInserter ow)
Write all index trees to the object store, returning the root tree.
|