Uses of Class
org.eclipse.jgit.api.errors.UnmergedPathsException
-
Packages that use UnmergedPathsException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of UnmergedPathsException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw UnmergedPathsException Modifier and Type Method Description CherryPickResult
CherryPickCommand. call()
RevCommit
CommitCommand. call()
RevCommit
RevertCommand. call()
private RebaseResult
RebaseCommand. cherryPickCommit(RevCommit commitToPick)
private RebaseResult
RebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)
private RebaseResult
RebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick)
-