Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
CherryPickCommand |
Git.cherryPick()
Return a command object to execute a
cherry-pick command |
CherryPickCommand |
CherryPickCommand.include(AnyObjectId commit)
Include a commit
|
CherryPickCommand |
CherryPickCommand.include(Ref commit)
Include a reference to a commit
|
CherryPickCommand |
CherryPickCommand.include(String name,
AnyObjectId commit)
Include a commit
|
CherryPickCommand |
CherryPickCommand.setMainlineParentNumber(int mainlineParentNumber)
Set the (1-based) parent number to diff against
|
CherryPickCommand |
CherryPickCommand.setNoCommit(boolean noCommit)
Allows cherry-picking changes without committing them.
|
CherryPickCommand |
CherryPickCommand.setOurCommitName(String ourCommitName)
Set the name that should be used in the "OURS" place for conflict markers
|
CherryPickCommand |
CherryPickCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the cherry-pick operation.
|
CherryPickCommand |
CherryPickCommand.setReflogPrefix(String prefix)
Set the prefix to use in the reflog.
|
CherryPickCommand |
CherryPickCommand.setStrategy(MergeStrategy strategy)
Set the
MergeStrategy |
Copyright © 2018 Eclipse JGit Project. All rights reserved.