.git_helpers/hooks/post-rewrite

Thu, 04 Apr 2019 23:27:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 04 Apr 2019 23:27:23 -0500
changeset 755
60ee3259bc01
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

add git-histedit

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

mercurial