.git_helpers/hooks/post-rewrite

Mon, 06 Feb 2017 09:55:30 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 06 Feb 2017 09:55:30 -0500
changeset 500
efce0f59ef14
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Fix terminal shortcut when iterm not running yet

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

mercurial