view templates/git/hooks/post-rewrite @ 181:1ec3c51c9047

Add vim-like tmux copying
author zegervdv <zegervdv@me.com>
date Wed, 05 Nov 2014 21:55:16 +0100
parents a8279f1d5b39
children
line wrap: on
line source

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