.git_helpers/hooks/post-rewrite

Tue, 23 May 2017 01:35:48 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 23 May 2017 01:35:48 -0400
changeset 582
7ec3dc00d06d
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

style more of the innards

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

mercurial