.git_helpers/hooks/post-rewrite

Fri, 30 Dec 2016 13:23:17 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 30 Dec 2016 13:23:17 -0500
changeset 464
452034aff788
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

add first colon shortcut

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

mercurial