.git_helpers/hooks/post-rewrite

Fri, 09 Dec 2016 15:09:08 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 09 Dec 2016 15:09:08 -0800
changeset 440
aacbd4032a4c
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Fixup git-ctags

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

mercurial