#!/bin/bash -e # Run the pre-commit hook on merges, too. if [ -x .git-hooks/pre-commit ]; then exec .git-hooks/pre-commit fi