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) |
RevertCommand |
RevertCommand.include(Ref commit) |
RevertCommand |
RevertCommand.include(java.lang.String name,
AnyObjectId commit) |
RevertCommand |
Git.revert()
Returns a command object to execute a
revert command |
RevertCommand |
RevertCommand.setOurCommitName(java.lang.String ourCommitName) |
Copyright © 2013. All Rights Reserved.