.git_helpers/hooks/post-rewrite

Wed, 14 Feb 2018 12:25:53 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 14 Feb 2018 12:25:53 -0500
changeset 678
4c569c2420f1
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

oh, add the cache path too

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

mercurial