comparison: .git_helpers/hooks/post-merge
.git_helpers/hooks/post-merge
- changeset 444
- 1e9fc079c697
- parent 440
- aacbd4032a4c
- child 447
- 8ef69d160a72
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 CTAGS_HOOK=1 git ctags 2>&1 |
4 |
|
5 git ctags >/dev/null 2>&1 </dev/null & |
|