forked from qt-creator/qt-creator
Remove branch specs from submodules
We use the registered SHAs, and COIN does funny things with them (doesn't like the '.' at all, since it doesn't replace that with the branch of the parent repository.) Change-Id: Ifeb5ac1fa4bd251018f2c1032b4f1d729731bcc3 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -6,12 +6,9 @@
|
|||||||
path = src/tools/perfparser
|
path = src/tools/perfparser
|
||||||
url = ../perfparser.git
|
url = ../perfparser.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = .
|
|
||||||
[submodule "litehtml"]
|
[submodule "litehtml"]
|
||||||
path = src/plugins/help/qlitehtml/litehtml
|
path = src/plugins/help/qlitehtml/litehtml
|
||||||
url = https://github.com/litehtml/litehtml.git
|
url = https://github.com/litehtml/litehtml.git
|
||||||
branch = master
|
|
||||||
[submodule "googletest"]
|
[submodule "googletest"]
|
||||||
path = tests/unit/unittest/3rdparty/googletest
|
path = tests/unit/unittest/3rdparty/googletest
|
||||||
url = https://github.com/google/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
branch = v1.10.x
|
|
||||||
|
Reference in New Issue
Block a user