]> git.zndr.dk Git - dotfiles.git/commitdiff
Readd post-merge
authorJannik ZANDER <jzander@grundfos.com>
Thu, 16 Jun 2016 20:20:56 +0000 (22:20 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Thu, 16 Jun 2016 20:20:56 +0000 (22:20 +0200)
.config/git/templates/hooks/post-merge [new file with mode: 0644]

diff --git a/.config/git/templates/hooks/post-merge b/.config/git/templates/hooks/post-merge
new file mode 100644 (file)
index 0000000..f6c2774
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+.git/hooks/ctags >/dev/null 2>&1 &
+.git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &