From 19f1652fc7de86abad5edfaf7dc966d9a8ae180f Mon Sep 17 00:00:00 2001 From: Jannik Zander <59698@grundfos.com> Date: Sat, 14 Jul 2018 11:40:24 +0200 Subject: [PATCH] Add git ctags,cscope,gtags --- .config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0