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.Void |
PostCommitHook.call() |
abstract T |
GitHook.call() |
java.lang.String |
CommitMsgHook.call() |
java.lang.String |
PrePushHook.call() |
java.lang.Void |
PreCommitHook.call() |
protected void |
GitHook.doRun()
Runs the hook, without performing any validity checks.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LfsPrePushHook.call() |