.git_helpers/hooks/post-rewrite

Fri, 05 May 2017 13:21:36 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 05 May 2017 13:21:36 -0400
changeset 562
24e09b8ff36c
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

add mail preview cmds

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

mercurial