dotfiles/.git_templates/hooks/post-rewrite

5 lines
68 B

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