view templates/git/hooks/post-rewrite @ 18:fdff344860ef

Set wildmode full
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 13 Mar 2014 22:21:31 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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