Package | Description |
---|---|
org.eclipse.jgit.hooks |
Modifier and Type | Method and Description |
---|---|
static PostCommitHook |
Hooks.postCommit(Repository repo,
java.io.PrintStream outputStream)
Create post-commit hook for the given repository with the default error
stream
|
static PostCommitHook |
Hooks.postCommit(Repository repo,
java.io.PrintStream outputStream,
java.io.PrintStream errorStream)
Create post-commit hook for the given repository
|