.git_helpers/hooks/post-rewrite

Mon, 04 Dec 2017 14:43:44 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 04 Dec 2017 14:43:44 -0500
changeset 658
69ed96c80ed0
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

use the perl compiler plugin, maybe i was confused

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

mercurial