This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
depot_tools
mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools
Watch
1
Star
0
Fork
You've already forked depot_tools
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83aafc979f
depot_tools
/
git-templates
/
hooks
/
post-merge
5 lines
99 B
Bash
Raw
Blame
History
#!/bin/sh
[
-e
"build/git-hooks/post-merge"
]
&&
exec
sh
"build/git-hooks/post-merge"
"
$@
"
exit
0
Reference in New Issue
View Git Blame
Copy Permalink