a8d38fb1f7
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
16 lines
544 B
Plaintext
16 lines
544 B
Plaintext
[submodule "plugins/replication"]
|
|
path = plugins/replication
|
|
url = https://gerrit.googlesource.com/plugins/replication
|
|
|
|
[submodule "plugins/reviewnotes"]
|
|
path = plugins/reviewnotes
|
|
url = https://gerrit.googlesource.com/plugins/reviewnotes
|
|
|
|
[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
|