update for self-forking

Sat, 10 Dec 2016 14:21:31 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 10 Dec 2016 14:21:31 -0800
changeset 444
1e9fc079c697
parent 443
e731ef81637c
child 445
1201037900f5

update for self-forking

.git_helpers/hooks/post-checkout file | annotate | diff | comparison | revisions
.git_helpers/hooks/post-commit file | annotate | diff | comparison | revisions
.git_helpers/hooks/post-merge file | annotate | diff | comparison | revisions
--- 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 </dev/null &
+CTAGS_HOOK=1 git ctags 2>&1
--- 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 </dev/null &
+CTAGS_HOOK=1 git ctags 2>&1
--- 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 </dev/null &
+CTAGS_HOOK=1 git ctags 2>&1

mercurial