]> git.zndr.dk Git - dotfiles.git/commitdiff
Add post-applypatch hook
authorJannik ZANDER <jannikz@gmail.com>
Sun, 15 May 2016 09:09:50 +0000 (11:09 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Sun, 15 May 2016 09:09:50 +0000 (11:09 +0200)
.git_template/hooks/cscope [changed mode: 0644->0755]
.git_template/hooks/gtags [changed mode: 0644->0755]
.git_template/hooks/post-applypatch [new file with mode: 0755]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
diff --git a/.git_template/hooks/post-applypatch b/.git_template/hooks/post-applypatch
new file mode 100755 (executable)
index 0000000..dbe2120
--- /dev/null
@@ -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 &
+
+
+