.git_helpers/hooks/post-rewrite@15f44658968e
.git_helpers/hooks/post-rewrite
Thu, 07 Feb 2019 15:06:56 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 07 Feb 2019 15:06:56 -0600
- changeset 730
- 15f44658968e
- parent 180
-
96dbe6a6008d
- permissions
- -rwxr-xr-x
Add triggers for gundo and tagbar
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac