view templates/git/hooks/post-rewrite @ 167:01ae1be4f236

Remove unused plugin
author zegervdv <zegervdv@me.com>
date Fri, 31 Oct 2014 07:36:21 +0100
parents a8279f1d5b39
children
line wrap: on
line source

#!/bin/sh
case "$1" in 
  rebase) exec .git/hooks/post-merge ;;
esac