Skip to content

Commit

Permalink
add fields to ctags script in git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
micke committed Nov 4, 2015
1 parent 4cad2d8 commit 1068e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_template/hooks/ctags
Expand Up @@ -2,5 +2,5 @@
set -e
PATH="/usr/local/bin:$PATH"
trap "rm -f .git/tags.$$" EXIT
ctags --tag-relative -Rf.git/tags.$$ --exclude=.git --languages=-javascript,sql
ctags --tag-relative -Rf.git/tags.$$ --fields=+l --exclude=.git --languages=-javascript,sql
mv .git/tags.$$ .git/tags

0 comments on commit 1068e3f

Please sign in to comment.