Uses of Interface
org.eclipse.jgit.api.CherryPickCommitMessageProvider
Packages that use CherryPickCommitMessageProvider
-
Uses of CherryPickCommitMessageProvider in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CherryPickCommitMessageProviderModifier and TypeFieldDescriptionstatic final CherryPickCommitMessageProviderCherryPickCommitMessageProvider.ORIGINALThis provider returns the original commit messagestatic final CherryPickCommitMessageProviderCherryPickCommitMessageProvider.ORIGINAL_WITH_REFERENCEThis provider returns the original commit message with original commit hash in SHA-1 form.
Example:Methods in org.eclipse.jgit.api with parameters of type CherryPickCommitMessageProviderModifier and TypeMethodDescriptionCherryPickCommand.setCherryPickCommitMessageProvider(CherryPickCommitMessageProvider messageProvider) Set a message provider for a target cherry-picked commit
By default original commit message is used (seeORIGINAL)