view templates/git/hooks/post-rewrite @ 187:e3639166a8ab

Remove pathogen in favour of Vim-plug
author zegervdv <zegervdv@me.com>
date Thu, 06 Nov 2014 21:40:28 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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