.git_helpers/hooks/post-rewrite

Sat, 18 Apr 2015 19:13:12 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 18 Apr 2015 19:13:12 -0400
changeset 183
24804a083693
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

add regex to pick up foo => sub { style definitions

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

mercurial