.git_helpers/hooks/post-rewrite

Thu, 07 Apr 2016 01:03:28 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 07 Apr 2016 01:03:28 -0400
changeset 286
8895a4042b14
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Add muttrc and mailcap

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

mercurial