Uses of Class
org.eclipse.jgit.api.errors.NoHeadException
Packages that use NoHeadException
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
-
Uses of NoHeadException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw NoHeadExceptionModifier and TypeMethodDescriptionCherryPickCommand.call()
CommitCommand.call()
LogCommand.call()
MergeCommand.call()
PullCommand.call()
RebaseCommand.call()
StashApplyCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.TagCommand.call()
private RevCommit
RebaseCommand.checkoutCurrentHead()
private RebaseResult
RebaseCommand.cherryPickCommit
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitFlattening
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitPreservingMerges
(RevCommit commitToPick) -
Uses of NoHeadException in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that throw NoHeadExceptionModifier and TypeMethodDescriptionBlameGenerator.prepareHead()
Pushes HEAD, index, and working tree as appropriate for blaming the file given in the constructorBlameGenerator(Repository, String)
against HEAD.