comparison 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
comparison
equal deleted inserted replaced
1:4687ecd3ea52 2:a8279f1d5b39
1 #!/bin/sh
2 case "$1" in
3 rebase) exec .git/hooks/post-merge ;;
4 esac