IssueID #1104: separated git hook from command script (so it can be run independently)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user