comparison: .git_helpers/hooks/post-merge
.git_helpers/hooks/post-merge
- changeset 440
- aacbd4032a4c
- parent 180
- 96dbe6a6008d
- child 444
- 1e9fc079c697
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 export PATH=/opt/local/bin:${PATH} |
2 export PATH=/opt/local/bin:${PATH} |
3 export CTAGS_HOOK=1 |
3 export CTAGS_HOOK=1 |
4 |
4 |
5 ~/.git_helpers/ctags >/dev/null 2>&1 </dev/null & |
5 git ctags >/dev/null 2>&1 </dev/null & |