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