Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.api.errors |
Exceptions thrown by API commands.
|
Modifier and Type | Method and Description |
---|---|
MergeResult |
MergeCommand.call() |
Ref |
ResetCommand.call() |
java.util.Collection<java.lang.String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
Ref |
CheckoutCommand.call() |
private boolean |
RebaseCommand.checkoutCommit(java.lang.String headName,
RevCommit commit) |
private void |
RebaseCommand.resetSoftToParent() |
Modifier and Type | Method and Description |
---|---|
(package private) CheckoutConflictException |
CheckoutConflictException.addConflictingPath(java.lang.String conflictingPath)
Adds a new conflicting path
|