Java org.eclipse.jgit.hooks Hooks fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.hooks Hooks fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.hooks Hooks.

The text is from its open source code.

Method

CommitMsgHookcommitMsg(Repository repo, PrintStream outputStream)
Create commit-msg hook for the given repository with the default error stream
PreCommitHookpreCommit(Repository repo, PrintStream outputStream)
Create pre-commit hook for the given repository with the default error stream