Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
CherryPickCommand |
Git.cherryPick() |
Returns a command object to execute a
cherry-pick command |
CherryPickCommand |
CherryPickCommand.include(String name,
AnyObjectId commit) |
|
CherryPickCommand |
CherryPickCommand.include(AnyObjectId commit) |
|
CherryPickCommand |
CherryPickCommand.include(Ref commit) |
|
CherryPickCommand |
CherryPickCommand.setMainlineParentNumber(int mainlineParentNumber) |
|
CherryPickCommand |
CherryPickCommand.setNoCommit(boolean noCommit) |
Allows cherry-picking changes without committing them.
|
CherryPickCommand |
CherryPickCommand.setOurCommitName(String ourCommitName) |
|
CherryPickCommand |
CherryPickCommand.setReflogPrefix(String prefix) |
Set the prefix to use in the reflog.
|
CherryPickCommand |
CherryPickCommand.setStrategy(MergeStrategy strategy) |
Copyright © 2018. All rights reserved.