view templates/git/hooks/post-rewrite @ 122:5ec9c636da2a

Revert "Add targets plugin" This reverts commit 70236b32790d77ecc5318acf9a6c493af98faf62.
author zegervdv <zegervdv@me.com>
date Mon, 29 Sep 2014 20:34:31 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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