Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RevCommit |
RevertCommand.call() |
RevCommit |
CommitCommand.call() |
CherryPickResult |
CherryPickCommand.call() |
private RebaseResult |
RebaseCommand.cherryPickCommit(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitFlattening(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitPreservingMerges(RevCommit commitToPick) |