#!/bin/sh # Default simplegit hook policy. Deployments can replace it with -hook-script. # $1 is the Git hook type, $2 is the owner/name repository, remaining arguments # are the original Git hook arguments. Original stdin and GIT_* env are intact. exit 0