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