Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
tools
/
depot_tools
/
6ec8b51bc9e3b51a42838fb6e7f424eca4e79f3f
/
.
/
git-templates
/
hooks
/
pre-applypatch
blob: 2ee6aea4083b9891e87a52820be5b70af5600ad8 [
file
] [
log
] [
blame
]
#!/bin/sh
[
-
e
"build/git-hooks/pre-applypatch"
]
&&
exec sh
"build/git-hooks/pre-applypatch"
"$@"
exit
0