.git_helpers/hooks/post-rewrite@1311c0ec33cc
.git_helpers/hooks/post-rewrite
Mon, 14 Sep 2020 14:47:53 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 14 Sep 2020 14:47:53 -0500
- changeset 883
- 1311c0ec33cc
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Remove old config
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac