.git_helpers/hooks/post-rewrite@2c7cb331d2dc (annotated)
.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
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|