Package | Description |
---|---|
org.eclipse.jgit.hooks |
Modifier and Type | Method and Description |
---|---|
static PostCommitHook |
Hooks.postCommit(Repository repo,
PrintStream outputStream)
Create post-commit hook for the given repository with the default error
stream
|
static PostCommitHook |
Hooks.postCommit(Repository repo,
PrintStream outputStream,
PrintStream errorStream)
Create post-commit hook for the given repository
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.