New submodules for tests

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-07-27 09:04:00 +02:00
parent 54ed1ded30
commit 0e36b1dd78
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored
View File

@@ -1,3 +1,15 @@
[submodule "tests/_support_data/test-repo-base"]
path = tests/_support_data/test-repo-base
url = git@git.sw3.cz:kamikaze/test-repo-base.git
[submodule "tests/_support_data/test-repo-reduced"]
path = tests/_support_data/test-repo-reduced
url = https://git.sw3.cz/kamikaze/test-repo-reduced.git
[submodule "tests/_support_data/test-repo-new-commits"]
path = tests/_support_data/test-repo-new-commits
url = https://git.sw3.cz/kamikaze/test-repo-new-commits.git
[submodule "tests/_support_data/test-repo-changed-branches"]
path = tests/_support_data/test-repo-changed-branches
url = https://git.sw3.cz/kamikaze/test-repo-changed-branches.git
[submodule "tests/_support_data/test-repo-different-tags"]
path = tests/_support_data/test-repo-different-tags
url = https://git.sw3.cz/kamikaze/test-repo-different-tags.git