view templates/git/hooks/post-rewrite @ 206:b0d14db1857d

Update tpm
author zegervdv <zegervdv@me.com>
date Mon, 24 Nov 2014 21:25:08 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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