summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-10-01 13:18:05 +0200
committerEike Ziller <eike.ziller@qt.io>2020-10-01 13:27:57 +0000
commitf34c6fbebfb390413307eaf5c2e57a28b7ca251a (patch)
treedf5019accb5123a75c48c4eaa0cbd84ad2c02a9a /.gitmodules
parentdc64f3207bdf6c0d295859e47791cb8193e67f4e (diff)
downloadqt-creator-f34c6fbebfb390413307eaf5c2e57a28b7ca251a.tar.gz
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>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 97286e1e3a..0cc748142f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,12 +6,9 @@
path = src/tools/perfparser
url = ../perfparser.git
ignore = dirty
- branch = .
[submodule "litehtml"]
path = src/plugins/help/qlitehtml/litehtml
url = https://github.com/litehtml/litehtml.git
- branch = master
[submodule "googletest"]
path = tests/unit/unittest/3rdparty/googletest
url = https://github.com/google/googletest.git
- branch = v1.10.x