.git_helpers/hooks/post-rewrite@f7bbd67b1aac (annotated)
.git_helpers/hooks/post-rewrite
Sat, 20 Aug 2022 12:34:04 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 20 Aug 2022 12:34:04 -0500
- changeset 999
- f7bbd67b1aac
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
switch off of asdf-perl fork
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|