6 lines
256 B
Bash
Executable File
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
|