IssueID #1104: separated git hook from command script (so it can be run independently)

This commit is contained in:
Cyprian Laskowski
2020-02-21 20:44:39 +01:00
parent 47802a3577
commit d9eab477fd
3 changed files with 24 additions and 18 deletions

View File

@@ -2,5 +2,5 @@
top_dir=`git rev-parse --show-toplevel`
cd $top_dir/.git/hooks
ln -s ../../scripts/validate_examples pre-commit
ln -s ../../scripts/validate_examples_hook pre-commit