From 16680f2ad51d0d1c5efaca93fc8d4df777768897 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 18 Apr 2015 17:18:01 +0200 Subject: git: added git hooks for ctags (re)generation taken from: http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html --- git/hooks/post-checkout | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 git/hooks/post-checkout (limited to 'git/hooks/post-checkout') diff --git a/git/hooks/post-checkout b/git/hooks/post-checkout new file mode 100755 index 0000000..84f17ed --- /dev/null +++ b/git/hooks/post-checkout @@ -0,0 +1,2 @@ +#!/bin/sh +.git/hooks/ctags >/dev/null 2>&1 & -- cgit v1.2.3