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(String name,
AnyObjectId commit) |
CherryPickCommand |
CherryPickCommand.setOurCommitName(String ourCommitName) |
Copyright © 2013. All Rights Reserved.