.git_helpers/hooks/post-rewrite

Fri, 03 Feb 2017 15:50:12 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 03 Feb 2017 15:50:12 -0500
changeset 498
238a0de521e6
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Don't mess with the cursor on commit or rebase stuff either.

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

mercurial