view templates/git/hooks/post-rewrite @ 141:db9f18f9620b

Update plugins
author zegervdv <zegervdv@me.com>
date Thu, 09 Oct 2014 08:49:21 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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