Uses of Class
org.eclipse.jgit.api.errors.NoHeadException
-
Packages that use NoHeadException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files. -
-
Uses of NoHeadException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw NoHeadException Modifier and Type Method Description private java.util.List<RevCommit>RebaseCommand. calculatePickList(RevCommit headCommit)CherryPickResultCherryPickCommand. call()RevCommitCommitCommand. call()java.lang.Iterable<RevCommit>LogCommand. call()MergeResultMergeCommand. call()PullResultPullCommand. call()RebaseResultRebaseCommand. call()ObjectIdStashApplyCommand. call()java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.java.util.Collection<java.lang.String>SubmoduleUpdateCommand. call()Execute the SubmoduleUpdateCommand command.RefTagCommand. call()private RevCommitRebaseCommand. checkoutCurrentHead()private RebaseResultRebaseCommand. cherryPickCommit(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick) -
Uses of NoHeadException in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that throw NoHeadException Modifier and Type Method Description BlameGeneratorBlameGenerator. prepareHead()Pushes HEAD, index, and working tree as appropriate for blaming the file given in the constructorBlameGenerator(Repository, String)against HEAD.
-