From 564723ec3a7b2e33f64a562377d441240d7fdc08 Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Sun, 23 Jun 2013 19:03:55 +0100 Subject: [PATCH] Add an alias for regenerating ctags --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index fdd5c41..19e23ad 100644 --- a/gitconfig +++ b/gitconfig @@ -79,6 +79,8 @@ merge = merge --no-ff + ctags = "!.git/hooks/ctags" + # Show files ignored by git: ign = ls-files -o -i --exclude-standard switch = !legit switch \"$@\" @@ -114,3 +116,5 @@ [mergetool "Kaleidoscope"] cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot trustExitCode = true +[init] + templatedir = ~/.git_template