PATH:
opt
/
fastcomet
/
nightwatch
/
.git
/
hooks
#!/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" :
[-] pre-receive.sample
[edit]
[+]
..
[-] pre-commit.sample
[edit]
[-] post-update.sample
[edit]
[-] prepare-commit-msg.sample
[edit]
[-] pre-push.sample
[edit]
[-] applypatch-msg.sample
[edit]
[-] pre-applypatch.sample
[edit]
[-] fsmonitor-watchman.sample
[edit]
[-] commit-msg.sample
[edit]
[-] pre-merge-commit.sample
[edit]
[-] update.sample
[edit]
[-] pre-rebase.sample
[edit]