/usr/share/cagefs-skeleton/usr/share/git-core/templates/hooks
#!/usr/bin/sh # # An example hook script to verify what is about to be committed. # Called by "git merge" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message to # stderr if it wants to stop the merge commit. # # To enable this hook, rename this file to "pre-merge-commit". . git-sh-setup test -x "$GIT_DIR/hooks/pre-commit" && exec "$GIT_DIR/hooks/pre-commit" :
.
Edit
..
Edit
applypatch-msg.sample
Edit
commit-msg.sample
Edit
fsmonitor-watchman.sample
Edit
post-update.sample
Edit
pre-applypatch.sample
Edit
pre-commit.sample
Edit
pre-merge-commit.sample
Edit
pre-push.sample
Edit
pre-rebase.sample
Edit
pre-receive.sample
Edit
prepare-commit-msg.sample
Edit
push-to-checkout.sample
Edit
sendemail-validate.sample
Edit
update.sample
Edit