Uses of Class
org.eclipse.jgit.hooks.PreCommitHook
Packages that use PreCommitHook
-
Uses of PreCommitHook in org.eclipse.jgit.hooks
Methods in org.eclipse.jgit.hooks that return PreCommitHookModifier and TypeMethodDescriptionstatic 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