.git_helpers/hooks/post-rewrite

Fri, 02 Feb 2018 02:21:54 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 02 Feb 2018 02:21:54 -0500
changeset 669
5d62983d60b4
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Always have Path::Tiny loaded

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

mercurial