.git_helpers/hooks/post-rewrite@c3a15b8c217c (annotated)
.git_helpers/hooks/post-rewrite
Sat, 03 Jul 2021 02:29:48 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 03 Jul 2021 02:29:48 -0500
- changeset 917
- c3a15b8c217c
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Fix colors
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|