Skip to content

Commit 1678e83

Browse files
author
Ryan Delaney
committed
Also run post-merge hook on post-commit
1 parent a2ee08f commit 1678e83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/setup_hooks

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/usr/bin/env sh
22

3-
ln -i -v scripts/libhooks .git/hooks/ && ln -i -v scripts/post-merge .git/hooks/
3+
ln -i -v scripts/libhooks .git/hooks/ \
4+
&& ln -i -v scripts/post-merge .git/hooks/ \
5+
&& ln -i -v scripts/post-merge .git/hooks/post-commit

0 commit comments

Comments
 (0)