Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
CherryPickCommand |
Git.cherryPick()
Returns a command object to execute a
cherry-pick command |
CherryPickCommand |
CherryPickCommand.include(AnyObjectId commit) |
CherryPickCommand |
CherryPickCommand.include(Ref commit) |
CherryPickCommand |
CherryPickCommand.include(java.lang.String name,
AnyObjectId commit) |
CherryPickCommand |
CherryPickCommand.setOurCommitName(java.lang.String ourCommitName) |
CherryPickCommand |
CherryPickCommand.setReflogPrefix(java.lang.String prefix)
Set the prefix to use in the reflog.
|
Copyright © 2013. All Rights Reserved.