.git_helpers/hooks/post-rewrite@2c7cb331d2dc
.git_helpers/hooks/post-rewrite
Sat, 21 Jan 2017 21:34:46 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 21 Jan 2017 21:34:46 -0500
- changeset 482
- 2c7cb331d2dc
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Don't really need full clones
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac