From fb687a1251ad75d3ee308890c183b94fa2082746 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 10 Mar 2013 21:50:20 -0400 Subject: [PATCH] Add more hook stubs for future use --- bin/gitify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1