#!/bin/sh -eu

. girar-sh-functions

case "$(git config girar.merges |tr '[:upper:]' '[:lower:]')" in
	false|no|off)
	check_merges "$arg_oldrev" "$arg_newrev" || exit 1
	;;
esac
