diff templates/git/hooks/post-rewrite @ 2:a8279f1d5b39

Add template hooks
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:38:49 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/git/hooks/post-rewrite	Sun Feb 23 17:38:49 2014 +0100
@@ -0,0 +1,4 @@
+#!/bin/sh
+case "$1" in 
+  rebase) exec .git/hooks/post-merge ;;
+esac