.git_helpers/hooks/post-rewrite@222bbbc217cc (annotated)
.git_helpers/hooks/post-rewrite
Mon, 20 Jan 2025 14:06:36 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Jan 2025 14:06:36 -0600
- changeset 1182
- 222bbbc217cc
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Limit mise concurrency
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|