.git_helpers/hooks/post-merge

changeset 444
1e9fc079c697
parent 440
aacbd4032a4c
child 447
8ef69d160a72
--- 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