view templates/git/hooks/post-rewrite @ 131:ccee6e9f0c1d

fix colors in terminal vim
author zegervdv <zegervdv@me.com>
date Thu, 02 Oct 2014 08:20:44 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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