mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Remove git commit domain restrictions.
(imported from commit a756428d0b95db95fb093e78a182ad8873914f54)
This commit is contained in:
committed by
Tim Abbott
parent
1e7d7c0b71
commit
795f191fb3
@@ -6,6 +6,6 @@ if ! [ -d ".git/hooks/" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for hook in pre-commit post-commit; do
|
||||
for hook in pre-commit; do
|
||||
ln -snf ../../tools/"$hook" .git/hooks/
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user