view templates/git/hooks/post-rewrite @ 51:6b18003ca702

Add latex snippet for columns
author zegervdv <zegervdv@me.com>
date Tue, 13 May 2014 21:53:54 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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