view templates/git/hooks/post-rewrite @ 158:7b712c989aad

Revert "Add k plugin" This reverts commit c0c0db480ba70ef1f412c3ff9a22597ee45d6e62.
author zegervdv <zegervdv@me.com>
date Thu, 23 Oct 2014 20:37:02 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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