.git_helpers/hooks/post-rewrite

Mon, 27 Feb 2023 13:49:07 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 27 Feb 2023 13:49:07 -0600
changeset 1054
3a0ff0563a7b
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

tweak completion a little more

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

mercurial