.git_helpers/hooks/post-rewrite@84c6fa7ebc05 (annotated)
.git_helpers/hooks/post-rewrite
Mon, 01 Jun 2015 17:13:43 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 01 Jun 2015 17:13:43 -0700
- changeset 187
- 84c6fa7ebc05
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
only wait 5 sec to try updating tags
180
|
1
|
#!/bin/sh
|
|
2
|
case "$1" in
|
|
3
|
rebase) exec .git/hooks/post-merge ;;
|
|
4
|
esac
|