# HG changeset patch # User Meredith Howard # Date 1481408491 28800 # Node ID 1e9fc079c697f3e21ef7ee2924565fb8dac21caa # Parent e731ef81637c8a097f3a81325a6036bc7ed37e71 update for self-forking diff --git a/.git_helpers/hooks/post-checkout b/.git_helpers/hooks/post-checkout --- a/.git_helpers/hooks/post-checkout +++ b/.git_helpers/hooks/post-checkout @@ -1,5 +1,3 @@ #!/bin/sh export PATH=/opt/local/bin:${PATH} -export CTAGS_HOOK=1 - -git ctags >/dev/null 2>&1 &1 diff --git a/.git_helpers/hooks/post-commit b/.git_helpers/hooks/post-commit --- a/.git_helpers/hooks/post-commit +++ b/.git_helpers/hooks/post-commit @@ -1,5 +1,3 @@ #!/bin/sh export PATH=/opt/local/bin:${PATH} -export CTAGS_HOOK=1 - -git ctags >/dev/null 2>&1 &1 diff --git a/.git_helpers/hooks/post-merge b/.git_helpers/hooks/post-merge --- a/.git_helpers/hooks/post-merge +++ b/.git_helpers/hooks/post-merge @@ -1,5 +1,3 @@ #!/bin/sh export PATH=/opt/local/bin:${PATH} -export CTAGS_HOOK=1 - -git ctags >/dev/null 2>&1 &1