.git_helpers/hooks/post-rewrite@308dce5084af (annotated)
.git_helpers/hooks/post-rewrite
Mon, 20 Jan 2025 01:01:48 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 Jan 2025 01:01:48 -0600
- changeset 1180
- 308dce5084af
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
start switching to mise-en-place
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|