DescriptionAdd placeholder git hooks.
This is a bit of future-proofing. The git hooks in depot_tools/git-templates/hooks all try to forward to build/git-hooks.
Currently, the only actual hook we have is in src/build/git-hooks/pre-commit, which (usefully) makes sure no one inadvertently commits a submodule change. If we want to add more git hooks, we can simply commit them to build/git-hooks, rather than asking everyone to modify .git/hooks in their checkout.
NOTRY=true
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=195336
Patch Set 1 #
Total comments: 2
Patch Set 2 : MA's fixes #
Total comments: 2
Patch Set 3 : Fix THIS_FILE_PATH #Messages
Total messages: 9 (0 generated)
|