Uses of Class
org.eclipse.jgit.api.MergeCommand
-
Packages that use MergeCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of MergeCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return MergeCommand Modifier and Type Method Description MergeCommand
MergeCommand. include(String name, AnyObjectId aCommit)
MergeCommand
MergeCommand. include(AnyObjectId aCommit)
MergeCommand
MergeCommand. include(Ref aCommit)
MergeCommand
Git. merge()
Returns a command object to execute aMerge
commandMergeCommand
MergeCommand. setCommit(boolean commit)
Controls whether the merge command should automatically commit after a successful mergeMergeCommand
MergeCommand. setFastForward(MergeCommand.FastForwardMode fastForwardMode)
Sets the fast forward mode.MergeCommand
MergeCommand. setMessage(String message)
Set the commit message to be used for the merge commit (in case one is created)MergeCommand
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
MergeCommand. setStrategy(MergeStrategy mergeStrategy)
-