view templates/git/hooks/post-rewrite @ 58:b657d43a4fcb

Stop asking to save current session
author zegervdv <zegervdv@me.com>
date Mon, 26 May 2014 22:38:34 +0200
parents a8279f1d5b39
children
line wrap: on
line source

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