.git_helpers/hooks/post-rewrite@6fb014427493
.git_helpers/hooks/post-rewrite
Sat, 25 Feb 2023 13:01:43 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 25 Feb 2023 13:01:43 -0500
- changeset 1050
- 6fb014427493
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Make autoread more reliable
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac