.git_helpers/hooks/post-rewrite@bca491e2be91 (annotated)
.git_helpers/hooks/post-rewrite
Thu, 11 Apr 2024 21:49:00 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 11 Apr 2024 21:49:00 -0500
- changeset 1148
- bca491e2be91
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Fix lsp_signature.nvim behavior
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|