Initial version

This commit is contained in:
2017-11-29 14:15:07 +01:00
commit da6a1ca0eb
7 changed files with 108 additions and 0 deletions

6
hooks/post-rewrite Executable file
View File

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