.git_helpers/hooks/post-rewrite@beb170aa6789 (annotated)
.git_helpers/hooks/post-rewrite
Thu, 11 Apr 2024 13:19:24 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 11 Apr 2024 13:19:24 -0400
- changeset 1145
- beb170aa6789
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
add .luarc.jsonc
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|