Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
MergeCommand |
MergeCommand.include(AnyObjectId commit) |
MergeCommand |
MergeCommand.include(Ref commit) |
MergeCommand |
MergeCommand.include(String name,
AnyObjectId commit) |
MergeCommand |
Git.merge()
Returns a command object to execute a
Merge command |
MergeCommand |
MergeCommand.setSquash(boolean squash)
If
true , 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) |
Copyright © 2012. All Rights Reserved.