/usr/share/cagefs-skeleton.old/usr/share/git-core/templates/hooks
#!/usr/bin/sh # # An example hook script to verify what is about to be committed # by applypatch from an e-mail message. # # The hook should exit with non-zero status after issuing an # appropriate message if it wants to stop the commit. # # To enable this hook, rename this file to "pre-applypatch". . git-sh-setup precommit="$(git rev-parse --git-path hooks/pre-commit)" test -x "$precommit" && exec "$precommit" ${1+"$@"} :
.
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