From: Jannik ZANDER Date: Sun, 15 May 2016 09:09:50 +0000 (+0200) Subject: Add post-applypatch hook X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=96cce0fa009cdfa91917819e303e2538900f2fda;p=dotfiles.git Add post-applypatch hook --- diff --git a/.git_template/hooks/cscope b/.git_template/hooks/cscope old mode 100644 new mode 100755 diff --git a/.git_template/hooks/gtags b/.git_template/hooks/gtags old mode 100644 new mode 100755 diff --git a/.git_template/hooks/post-applypatch b/.git_template/hooks/post-applypatch new file mode 100755 index 0000000..dbe2120 --- /dev/null +++ b/.git_template/hooks/post-applypatch @@ -0,0 +1,7 @@ +#!/bin/sh +.git/hooks/ctags >/dev/null 2>&1 & +.git/hooks/gtags >/dev/null 2>&1 & +.git/hooks/cscope >/dev/null 2>&1 & + + +