diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index 9e25ceec33..980a45929e 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -27,7 +27,8 @@ $ git config submodule.recurse true $ git config fetch.recurseSubmodules on-demand $ git config push.recurseSubmodules no $ cp .git/hooks/pre-commit.sample .git/hooks/pre-commit -$ cp tools/git-post-rewrite-hook.sh .git/hooks/post-rewrite +$ cp tools/git-submodule-update-hook.sh .git/hooks/post-rewrite +$ cp tools/git-submodule-update-hook.sh .git/hooks/post-checkout ``` Please always test your work before submitting a PR. |