.git_helpers/hooks/post-rewrite

Sun, 01 May 2016 00:52:43 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 01 May 2016 00:52:43 -0400
changeset 294
1a4fddb78f0e
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

auto-pairs is too much trouble

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

mercurial