mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
@@ -6,6 +6,7 @@ if ! [ -d ".git/hooks/" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for hook in pre-commit; do
|
||||
for hook in pre-commit commit-msg
|
||||
do
|
||||
ln -snf ../../tools/"$hook" .git/hooks/
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user