Uses of Class
org.eclipse.jgit.api.MergeCommand
Packages that use MergeCommand
-
Uses of MergeCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return MergeCommandModifier and TypeMethodDescriptionMergeCommand.include
(String name, AnyObjectId aCommit) Include a commitMergeCommand.include
(AnyObjectId aCommit) Id of a commit which is to be merged with the current headReference to a commit to be merged with the current headGit.merge()
Return a command object to execute aMerge
commandMergeCommand.setCommit
(boolean commit) Controls whether the merge command should automatically commit after a successful mergeMergeCommand.setFastForward
(MergeCommand.FastForwardMode fastForwardMode) Sets the fast forward mode.MergeCommand.setInsertChangeId
(boolean insertChangeId) If set to true a change id will be inserted into the commit message An existing change id is not replaced.MergeCommand.setMessage
(String message) Set the commit message to be used for the merge commit (in case one is created)MergeCommand.setProgressMonitor
(ProgressMonitor monitor) The progress monitor associated with the diff operation.MergeCommand.setSquash
(boolean squash) Iftrue
, will prepare the next commit in working tree and index as if a real merge happened, but do not make the commit or move the HEAD.MergeCommand.setStrategy
(MergeStrategy mergeStrategy) Set merge strategy