Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
CherryPickResult |
CherryPickCommand.call() |
RevCommit |
CommitCommand.call() |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
RevCommit |
RevertCommand.call() |
MergeResult |
MergeCommand.call() |
private RebaseResult |
RebaseCommand.cherryPickCommit(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitFlattening(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitPreservingMerges(RevCommit commitToPick) |
private void |
CommitCommand.processOptions(RepositoryState state,
RevWalk rw)
Sets default values for not explicitly specified options.
|