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