From 16680f2ad51d0d1c5efaca93fc8d4df777768897 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 18 Apr 2015 17:18:01 +0200 Subject: git: added git hooks for ctags (re)generation taken from: http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html --- git/hooks/post-rewrite | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 git/hooks/post-rewrite (limited to 'git/hooks/post-rewrite') diff --git a/git/hooks/post-rewrite b/git/hooks/post-rewrite new file mode 100755 index 0000000..fe8972d --- /dev/null +++ b/git/hooks/post-rewrite @@ -0,0 +1,4 @@ +#!/bin/sh +case "$1" in + rebase) exec .git/hooks/post-merge ;; +esac -- cgit v1.2.3