Uses of Class
org.eclipse.jgit.api.errors.ConcurrentRefUpdateException
Packages that use ConcurrentRefUpdateException
-
Uses of ConcurrentRefUpdateException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw ConcurrentRefUpdateExceptionModifier and TypeMethodDescriptionCherryPickCommand.call()
CommitCommand.call()
MergeCommand.call()
RevertCommand.call()
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.TagCommand.call()
private RebaseResult
RebaseCommand.cherryPickCommit
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitFlattening
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitPreservingMerges
(RevCommit commitToPick) private void
MergeCommand.updateHead
(StringBuilder refLogMessage, ObjectId newHeadId, ObjectId oldHeadID) private Ref
TagCommand.updateTagRef
(ObjectId tagId, RevWalk revWalk, String tagName, String newTagToString)