Files
simplegit/hook.sh
T
2026-07-29 06:51:43 -04:00

6 lines
256 B
Bash
Executable File

#!/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