Uses of Class
org.eclipse.jgit.hooks.PreCommitHook
-
Packages that use PreCommitHook Package Description org.eclipse.jgit.hooks -
-
Uses of PreCommitHook in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that return PreCommitHook Modifier and Type Method Description static PreCommitHookHooks. preCommit(Repository repo, PrintStream outputStream)Create pre-commit hook for the given repository with the default error streamstatic PreCommitHookHooks. preCommit(Repository repo, PrintStream outputStream, PrintStream errorStream)Create pre-commit hook for the given repository
-