Sign in
cobalt
/
depot_tools
/
1d630b0c728051cd9d71c35f126d4fd36692b736
/
.
/
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