my-gitconfig/hooks/post-rewrite

7 lines
73 B
Plaintext
Raw Normal View History

2017-11-29 13:15:07 +00:00
#! /bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac