.git_helpers/hooks/post-rewrite@bdbfa576e84f (annotated)
.git_helpers/hooks/post-rewrite
Wed, 03 Apr 2019 03:11:25 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 03 Apr 2019 03:11:25 -0400
- changeset 752
- bdbfa576e84f
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
git likes to wait on hooks if you keep STD* open
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|