.git_helpers/hooks/post-rewrite@650cbc95b9b0 (annotated)
.git_helpers/hooks/post-rewrite
Fri, 09 Dec 2016 15:20:22 -0800
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 09 Dec 2016 15:20:22 -0800
- changeset 441
- 650cbc95b9b0
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
doc it
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|