From 9b8c4db81cc090e516efaa37c3a61fb38eacc0b3 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 4 May 2015 12:38:10 +0100 Subject: Added git hooks for ctags --- git_template/hooks/post-checkout | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 git_template/hooks/post-checkout (limited to 'git_template/hooks/post-checkout') diff --git a/git_template/hooks/post-checkout b/git_template/hooks/post-checkout new file mode 100755 index 0000000..84f17ed --- /dev/null +++ b/git_template/hooks/post-checkout @@ -0,0 +1,2 @@ +#!/bin/sh +.git/hooks/ctags >/dev/null 2>&1 & -- cgit v1.2.3