view templates/git/hooks/post-rewrite @ 114:f87e9773c40a

Update wiki
author zegervdv <zegervdv@me.com>
date Mon, 08 Sep 2014 08:15:29 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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