From: Jannik Zander <59698@grundfos.com> Date: Sat, 14 Jul 2018 09:40:24 +0000 (+0200) Subject: Add git ctags,cscope,gtags X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=19f1652fc7de86abad5edfaf7dc966d9a8ae180f;p=dotfiles.git Add git ctags,cscope,gtags --- diff --git a/.config/git/config b/.config/git/config index bd71d62..bddcd8f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -94,9 +94,9 @@ # List contributors with number of commits contributors = shortlog --summary --numbered -# ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags" -# gtags = "!sh -c '[ -f .git/hooks/gtags ] || git init; .git/hooks/gtags' git-gtags" -# cscope = "!sh -c '[ -f .git/hooks/cscope ] || git init; .git/hooks/cscope' git-cscope" + ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags" + gtags = "!sh -c '[ -f .git/hooks/gtags ] || git init; .git/hooks/gtags' git-gtags" + cscope = "!sh -c '[ -f .git/hooks/cscope ] || git init; .git/hooks/cscope' git-cscope" [include] path = ~/.config/git/config.local