blob: 2ee6aea4083b9891e87a52820be5b70af5600ad8 [file] [log] [blame]
#!/bin/sh
[ -e "build/git-hooks/pre-applypatch" ] && exec sh "build/git-hooks/pre-applypatch" "$@"
exit 0