From 8df9472e0cdbab0d12211c2bc77918e8f515c409 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 8 Aug 2015 20:08:42 +0200 Subject: Improve installation and organization --- .git_template/hooks/post-commit | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .git_template/hooks/post-commit (limited to '.git_template/hooks/post-commit') diff --git a/.git_template/hooks/post-commit b/.git_template/hooks/post-commit new file mode 100755 index 0000000..84f17ed --- /dev/null +++ b/.git_template/hooks/post-commit @@ -0,0 +1,2 @@ +#!/bin/sh +.git/hooks/ctags >/dev/null 2>&1 & -- cgit v1.2.3