Uses of Class
org.eclipse.jgit.errors.UnmergedPathException
Packages that use UnmergedPathException
-
Uses of UnmergedPathException in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that throw UnmergedPathExceptionModifier and TypeMethodDescriptionprivate int
DirCacheTree.computeSize
(DirCacheEntry[] cache, int cIdx, int pathOffset, ObjectInserter ow) DirCache.writeTree
(ObjectInserter ow) Write all index trees to the object store, returning the root tree.(package private) ObjectId
DirCacheTree.writeTree
(DirCacheEntry[] cache, int cIdx, int pathOffset, ObjectInserter ow) Write (if necessary) this tree to the object store.