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