#!/bin/sh
test -x /usr/share/git-subsum/prepare-commit-msg &&
	exec /usr/share/git-subsum/prepare-commit-msg "$@"
exit 0
