Add helloworld plugin as a git submodule
The helloworld plugin is used to demonstrate features of the plugin API. Add it as a submodule so it's included in the tree. Thus we can make sure it's always buildable against the latest Gerrit code base. Change-Id: I1450ce02d04cf213eaeaaca0386a357d99423c4a
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -9,3 +9,7 @@
|
||||
[submodule "plugins/commit-message-length-validator"]
|
||||
path = plugins/commit-message-length-validator
|
||||
url = https://gerrit.googlesource.com/plugins/commit-message-length-validator
|
||||
|
||||
[submodule "plugins/helloworld"]
|
||||
path = plugins/helloworld
|
||||
url = https://gerrit.googlesource.com/plugins/helloworld
|
||||
|
1
plugins/helloworld
Submodule
1
plugins/helloworld
Submodule
Submodule plugins/helloworld added at d3c7dccd08
Reference in New Issue
Block a user