depot_tools/git-templates/hooks/pre-applypatch

5 lines
107 B
Bash

#!/bin/sh
[ -e "build/git-hooks/pre-applypatch" ] && exec sh "build/git-hooks/pre-applypatch" "$@"
exit 0