.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

#!/bin/sh
case "$1" in
  rebase) exec .git/hooks/post-merge ;;
esac

mercurial