Lines Matching full:hooks
5 # In the hooks, use the same `make` tool as used when running `make gitconfig`,
6 # e.g. `remake gitconfig` will set `remake` to be run by the hooks.
14 coreboot_hooks=$(git rev-parse --git-path hooks)
25 # Now set up the hooks for 3rdparty/
27 hooks=$(git -C "$(git config --file .gitmodules --get \
28 submodule.${submodule}.path)" rev-parse --git-path hooks)
29 if [ -d "${hooks}" ]; then
30 if [ util/gitconfig/commit-msg -nt "${hooks}/commit-msg" ] \
31 || [ ! -x "${hooks}/commit-msg" ]
34 > "${hooks}/commit-msg"
35 chmod +x "${hooks}/commit-msg"