.git_helpers/hooks/post-rewrite

Fri, 10 Jun 2016 15:12:10 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 10 Jun 2016 15:12:10 -0400
changeset 335
fe632d892513
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

add bre and brer for branch-editing

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

mercurial