view templates/git/hooks/post-rewrite @ 113:6ea5a8011565

Update plugins
author zegervdv <zegervdv@me.com>
date Mon, 01 Sep 2014 10:05:47 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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