.git_helpers/hooks/post-rewrite

Fri, 09 Mar 2018 23:47:31 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 09 Mar 2018 23:47:31 -0500
changeset 701
437293466a17
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

rearrange again to get the pragma right

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

mercurial