.git_helpers/hooks/post-rewrite@b59861305252 (annotated)
.git_helpers/hooks/post-rewrite
Sun, 12 Mar 2023 01:58:19 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Mar 2023 01:58:19 -0600
- changeset 1079
- b59861305252
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
port :Grep to lua
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|