.git_helpers/hooks/post-rewrite

Sat, 17 Feb 2018 02:05:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 17 Feb 2018 02:05:23 -0500
changeset 685
691e15efff36
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

add a few more files to copy, simplify

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

mercurial