-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithooks.config.sample
33 lines (33 loc) · 1.02 KB
/
githooks.config.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
toggle githooks\
applypatch-msg\
'"$(git rev-parse --show-toplevel)"/.git/hooks/applypatch-msg'
toggle githooks\
commit-msg\
'"$(git rev-parse --show-toplevel)"/.git/hooks/commit-msg'
toggle githooks\
fsmonitor-watchman\
'"$(git rev-parse --show-toplevel)"/.git/hooks/fsmonitor-watchman'
toggle githooks\
post-update\
'"$(git rev-parse --show-toplevel)"/.git/hooks/post-update'
toggle githooks\
pre-applypatch\
'"$(git rev-parse --show-toplevel)"/.git/hooks/pre-applypatch'
toggle githooks\
pre-commit\
'"$(git rev-parse --show-toplevel)"/.git/hooks/pre-commit'
toggle githooks\
prepare-commit-msg\
'"$(git rev-parse --show-toplevel)"/.git/hooks/prepare-commit-msg'
toggle githooks\
pre-push\
'"$(git rev-parse --show-toplevel)"/.git/hooks/pre-push'
toggle githooks\
pre-rebase\
'"$(git rev-parse --show-toplevel)"/.git/hooks/pre-rebase'
toggle githooks\
pre-receive\
'"$(git rev-parse --show-toplevel)"/.git/hooks/pre-receive'
toggle githooks\
update\
'"$(git rev-parse --show-toplevel)"/.git/hooks/update'