Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
SubmoduleUpdateCommand.call()
Execute the SubmoduleUpdateCommand command.
|
Ref |
CheckoutCommand.call() |
Ref |
ResetCommand.call()
Executes the
Reset command. |
MergeResult |
MergeCommand.call()
Executes the
Merge command with all the options and parameters
collected by the setter methods (e.g. |
Copyright © 2013. All rights reserved.