Adapt .gitmodules to enable superproject subscriptions
Change-Id: If6f0fddfe1b3e482f9a0f4e33bfa7ae150e9db49
This commit is contained in:
parent
224da0bb97
commit
614e28e4a6
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -1,27 +1,34 @@
|
||||
[submodule "plugins/commit-message-length-validator"]
|
||||
path = plugins/commit-message-length-validator
|
||||
url = ../plugins/commit-message-length-validator
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/cookbook-plugin"]
|
||||
path = plugins/cookbook-plugin
|
||||
url = ../plugins/cookbook-plugin
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/download-commands"]
|
||||
path = plugins/download-commands
|
||||
url = ../plugins/download-commands
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/hooks"]
|
||||
path = plugins/hooks
|
||||
url = ../plugins/hooks
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/replication"]
|
||||
path = plugins/replication
|
||||
url = ../plugins/replication
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/reviewnotes"]
|
||||
path = plugins/reviewnotes
|
||||
url = ../plugins/reviewnotes
|
||||
branch = .
|
||||
|
||||
[submodule "plugins/singleusergroup"]
|
||||
path = plugins/singleusergroup
|
||||
url = ../plugins/singleusergroup
|
||||
branch = .
|
||||
|
Loading…
Reference in New Issue
Block a user