/usr/share/cagefs-skeleton/usr/share/git-core/templates/hooks
#!/usr/bin/sh # # An example hook script to check the commit log message taken 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. The hook is # allowed to edit the commit message file. # # To enable this hook, rename this file to "applypatch-msg". . git-sh-setup commitmsg="$(git rev-parse --git-path hooks/commit-msg)" test -x "$commitmsg" && exec "$commitmsg" ${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