From: Tim Otten Date: Mon, 11 Mar 2013 01:50:20 +0000 (-0400) Subject: Add more hook stubs for future use X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fb687a1251ad75d3ee308890c183b94fa2082746;p=civicrm-core.git Add more hook stubs for future use --- diff --git a/bin/gitify b/bin/gitify index 74b17d89e9..5e8478aa5c 100755 --- a/bin/gitify +++ b/bin/gitify @@ -39,7 +39,7 @@ function do_hookify() { HOOK_DIR="$2" if [ -n "$CIVICRM_GIT_HOOKS" ]; then echo "[[Install recommended hooks ($TGT)]]" - for HOOK in commit-msg post-checkout post-merge pre-commit prepare-commit-msg ;do + for HOOK in commit-msg post-checkout post-merge pre-commit prepare-commit-msg post-commit pre-rebase post-rewrite ;do cat << TMPL > "$TGT/.git/hooks/$HOOK" #!/bin/bash if [ -f "\$GIT_DIR/${HOOK_DIR}/${HOOK}" ]; then