diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2018-11-24 12:24:38 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2018-11-24 12:24:38 +0100 |
| commit | 517b2737dc6dcd97a26cfbf4f834172cb9cdae0b (patch) | |
| tree | 7448f6c0a415e269199af28e1abaaa36f55e299c | |
| parent | 9fed7c3830958f3c3cb5717e40bd17045dd11199 (diff) | |
git: commandline compatibility to universal-ctags in ctags hook script
| -rwxr-xr-x | git/hooks/ctags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/hooks/ctags b/git/hooks/ctags index db388dd..849578a 100755 --- a/git/hooks/ctags +++ b/git/hooks/ctags @@ -6,5 +6,5 @@ set -e dir="`git rev-parse --git-dir`" trap 'rm -f "$dir/$$.tags"' EXIT -git ls-files | ctags --tag-relative -L - -f"$dir/$$.tags" +git ls-files | ctags --tag-relative=yes -L - -f"$dir/$$.tags" mv "$dir/$$.tags" "$dir/tags" |
