view templates/git/hooks/post-rewrite @ 98:235b862405f4

Add vimfiler and neossh
author zegervdv <zegervdv@me.com>
date Thu, 07 Aug 2014 20:59:15 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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