| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.hooks | |
| org.eclipse.jgit.lfs |
| Modifier and Type | Method and Description |
|---|---|
RevCommit |
CommitCommand.call() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CommitMsgHook.call() |
abstract T |
GitHook.call() |
java.lang.Void |
PostCommitHook.call() |
java.lang.Void |
PreCommitHook.call() |
java.lang.String |
PrePushHook.call() |
protected void |
GitHook.doRun()
Runs the hook, without performing any validity checks.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
LfsPrePushHook.call() |