Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RevertCommand |
RevertCommand.include(AnyObjectId commit)
Include a commit to be reverted
|
RevertCommand |
RevertCommand.include(Ref commit)
Include a
Ref to a commit to be reverted |
RevertCommand |
RevertCommand.include(String name,
AnyObjectId commit)
Include a commit to be reverted
|
RevertCommand |
Git.revert()
Return a command object to execute a
revert command |
RevertCommand |
RevertCommand.setOurCommitName(String ourCommitName)
Set the name to be used in the "OURS" place for conflict markers
|
RevertCommand |
RevertCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the revert operation.
|
RevertCommand |
RevertCommand.setStrategy(MergeStrategy strategy)
Set the merge strategy to use for this revert command
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.