view templates/git/hooks/post-rewrite @ 161:53a5e5db21c5

Remove stupid most and go back to less
author zegervdv <zegervdv@me.com>
date Fri, 24 Oct 2014 19:26:16 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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