depot_tools/git-templates/hooks/pre-commit

5 lines
103 B
Bash

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