view templates/git/hooks/post-rewrite @ 129:83a863716c11

Add v plugin
author zegervdv <zegervdv@me.com>
date Wed, 01 Oct 2014 08:37:05 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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