Bring git-hooks in as a submodule

git-hooks tracks git hook scripts for SwiftShader. Using git config we can tell git to use these scripts instead of what's in .git/hooks. Bug: b/187094215 Change-Id: I2df090c47ceeb1b352960576a34f259b75946302 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/54528 Kokoro-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarSean Risser <srisser@google.com> Commit-Queue: Sean Risser <srisser@google.com>
parent d9bf68cc
...@@ -22,3 +22,6 @@ ...@@ -22,3 +22,6 @@
[submodule "third_party/angle/angle"] [submodule "third_party/angle/angle"]
path = third_party/angle/angle path = third_party/angle/angle
url = https://chromium.googlesource.com/angle/angle url = https://chromium.googlesource.com/angle/angle
[submodule "third_party/git-hooks"]
path = third_party/git-hooks
url = https://swiftshader.googlesource.com/git-hooks
git-hooks @ ab624f65
Subproject commit ab624f65cb6ce94738a5ea9d4cc51d5097bc34e7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment