.git_helpers/hooks/post-rewrite@c43cb588aa41 (annotated)
.git_helpers/hooks/post-rewrite
Thu, 08 Jul 2021 12:58:18 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 08 Jul 2021 12:58:18 -0500
- changeset 922
- c43cb588aa41
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
gofumpt is a static dep of gopls, no need for the note to self
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|