Uses of Class
org.eclipse.jgit.hooks.GitHook
-
Packages that use GitHook Package Description org.eclipse.jgit.hooks org.eclipse.jgit.lfs -
-
Uses of GitHook in org.eclipse.jgit.hooks
Subclasses of GitHook in org.eclipse.jgit.hooks Modifier and Type Class Description classCommitMsgHookThecommit-msghook implementation.classPostCommitHookThepost-commithook implementation.classPreCommitHookThepre-commithook implementation.classPrePushHookThepre-pushhook implementation. -
Uses of GitHook in org.eclipse.jgit.lfs
Subclasses of GitHook in org.eclipse.jgit.lfs Modifier and Type Class Description classLfsPrePushHookPre-push hook that handles uploading LFS artefacts.
-