view templates/git/hooks/post-rewrite @ 242:0994a5f99432

Update vimplug
author zegervdv <zegervdv@me.com>
date Tue, 17 Feb 2015 20:35:15 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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