.git_helpers/hooks/post-rewrite@a48cd1432365 (annotated)
.git_helpers/hooks/post-rewrite
Sun, 03 Jan 2016 05:06:48 +0000
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 03 Jan 2016 05:06:48 +0000
- changeset 234
- a48cd1432365
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Try to avoid utf-8 if we don't seem to support it
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|