.git_helpers/hooks/post-rewrite

Thu, 06 Jun 2019 02:47:39 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 06 Jun 2019 02:47:39 -0400
changeset 768
7ed19a36b198
parent 180
96dbe6a6008d
permissions
-rwxr-xr-x

Use vim 8's defaults.vim, remove redundant settings and old feature checks

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

mercurial