.git_helpers/hooks/post-rewrite@77e65ab97892 (annotated)
.git_helpers/hooks/post-rewrite
Sun, 19 Feb 2023 11:31:07 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 19 Feb 2023 11:31:07 -0600
- changeset 1028
- 77e65ab97892
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
fsckobjects has also been a nuisance. maybe git just isn't great at integrity!
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|