Uses of Class
org.eclipse.jgit.api.CherryPickCommand
Packages that use CherryPickCommand
-
Uses of CherryPickCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CherryPickCommandModifier and TypeMethodDescriptionGit.cherryPick()
Return a command object to execute acherry-pick
commandCherryPickCommand.include
(String name, AnyObjectId commit) Include a commitCherryPickCommand.include
(AnyObjectId commit) Include a commitInclude a reference to a commitCherryPickCommand.setContentMergeStrategy
(ContentMergeStrategy strategy) Sets the content merge strategy to use if themerge strategy
is "resolve" or "recursive".CherryPickCommand.setMainlineParentNumber
(int mainlineParentNumber) Set the (1-based) parent number to diff againstCherryPickCommand.setNoCommit
(boolean noCommit) Allows cherry-picking changes without committing them.CherryPickCommand.setOurCommitName
(String ourCommitName) Set the name that should be used in the "OURS" place for conflict markersCherryPickCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the cherry-pick operation.CherryPickCommand.setReflogPrefix
(String prefix) Set the prefix to use in the reflog.CherryPickCommand.setStrategy
(MergeStrategy strategy) Set theMergeStrategy