.git_helpers/hooks/post-rewrite@c8754b0414b9 (annotated)
.git_helpers/hooks/post-rewrite
Thu, 02 Mar 2023 21:15:29 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 02 Mar 2023 21:15:29 -0600
- changeset 1058
- c8754b0414b9
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
add bundled languages to avoid errors
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|