#emacs etags on an abitrary git repository: $ cd $(git rev-parse --show-toplevel); rm -f TAGS; ack -f --print0 | xargs --null etags -a