view templates/git/hooks/post-rewrite @ 46:91a2cc4973f9

Update plugins
author zegervdv <zegervdv@me.com>
date Sun, 27 Apr 2014 23:24:50 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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