.git_helpers/hooks/post-rewrite@2ac6810a2e4a (annotated)
.git_helpers/hooks/post-rewrite
Fri, 10 Feb 2017 01:56:09 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 10 Feb 2017 01:56:09 -0500
- changeset 507
- 2ac6810a2e4a
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Move stuff from lt branch in as common config if not virtual
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|