.git_helpers/hooks/post-rewrite@9265f8508e4c (annotated)
.git_helpers/hooks/post-rewrite
Sun, 19 Feb 2023 13:03:57 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 19 Feb 2023 13:03:57 -0600
- changeset 1029
- 9265f8508e4c
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Copy other ft and plugin settings
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|