.git_helpers/hooks/post-rewrite@9c7c452cc87f (annotated)
.git_helpers/hooks/post-rewrite
Mon, 07 Mar 2022 22:57:44 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 07 Mar 2022 22:57:44 -0600
- changeset 984
- 9c7c452cc87f
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Remove vim-lsp workaround
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|