.git_helpers/hooks/post-rewrite@238a0de521e6 (annotated)
.git_helpers/hooks/post-rewrite
Fri, 03 Feb 2017 15:50:12 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 03 Feb 2017 15:50:12 -0500
- changeset 498
- 238a0de521e6
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Don't mess with the cursor on commit or rebase stuff either.
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|