]> git.zndr.dk Git - dotfiles.git/commitdiff
post-merge edited online with Bitbucket
authorJannik Zander <jannikz@gmail.com>
Thu, 16 Jun 2016 20:05:38 +0000 (20:05 +0000)
committerJannik Zander <jannikz@gmail.com>
Thu, 16 Jun 2016 20:05:38 +0000 (20:05 +0000)
.config/git/templates/hooks/post-merge

index f6c2774cf8ed2253d7dbb44fccb54460b0d805ff..d21688692ca749bfd9ca20d0ec8e6b30a8060b54 100755 (executable)
@@ -1,4 +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 &
+.dotfiles/hooks/ctags >/dev/null 2>&1 &
+.dotfiles/hooks/gtags >/dev/null 2>&1 &
+.dotfiles/hooks/cscope >/dev/null 2>&1 &