Package | Description |
---|---|
org.eclipse.jgit.hooks |
Modifier and Type | Method and Description |
---|---|
static CommitMsgHook |
Hooks.commitMsg(Repository repo,
java.io.PrintStream outputStream)
Create commit-msg hook for the given repository
|
CommitMsgHook |
CommitMsgHook.setCommitMessage(java.lang.String commitMessage)
It is mandatory to call this method with a non-null value before actually
calling the hook.
|