Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<RevCommit> |
RebaseCommand.calculatePickList(RevCommit headCommit) |
MergeResult |
MergeCommand.call() |
ObjectId |
StashApplyCommand.call() |
RevCommit |
CommitCommand.call() |
CherryPickResult |
CherryPickCommand.call() |
java.lang.Iterable<RevCommit> |
LogCommand.call() |
RebaseResult |
RebaseCommand.call() |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
Ref |
TagCommand.call() |
PullResult |
PullCommand.call() |
private RevCommit |
RebaseCommand.checkoutCurrentHead() |
private RebaseResult |
RebaseCommand.cherryPickCommit(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitFlattening(RevCommit commitToPick) |
private RebaseResult |
RebaseCommand.cherryPickCommitPreservingMerges(RevCommit commitToPick) |
Modifier and Type | Method and Description |
---|---|
BlameGenerator |
BlameGenerator.prepareHead()
Pushes HEAD, index, and working tree as appropriate for blaming the file
given in the constructor
BlameGenerator.BlameGenerator(Repository, String)
against HEAD. |