view templates/git/hooks/post-rewrite @ 165:6993291f1552

Update plugins
author zegervdv <zegervdv@me.com>
date Thu, 30 Oct 2014 20:42:14 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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