From: Jannik Zander Date: Thu, 16 Jun 2016 20:05:38 +0000 (+0000) Subject: post-merge edited online with Bitbucket X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=c02a5e81706e0537d2c3cb94a6eec57af722915b;p=dotfiles.git post-merge edited online with Bitbucket --- diff --git a/.config/git/templates/hooks/post-merge b/.config/git/templates/hooks/post-merge index f6c2774..d216886 100755 --- a/.config/git/templates/hooks/post-merge +++ b/.config/git/templates/hooks/post-merge @@ -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 &