summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2021-05-28 13:59:20 +0000
committerKai Koehne <kai.koehne@qt.io>2021-05-28 14:32:47 +0000
commit1d778a4bc0fbefff8c015c38825d8363dee5870d (patch)
treeea13b7ef71091c569a9b3b07b61e5a07b6ec3cc8 /.gitmodules
parent41cf43d3835ee5fb376e35bb9aaf037290c2f68f (diff)
Revert "Clone qlitehtml submodule by default"
This reverts commit 63741ee6e9fd60358f577fbc8077a59e27b0974d. This didn't fix QTBUG-93850, because it doesn't influence the first clone step at all. It just means that every fetch/pull will also fetch the submodules: $ git gpull Fetching submodule src/assistant/qlitehtml Fetching submodule src/assistant/qlitehtml/src/3rdparty/litehtml Successfully rebased and updated refs/heads/dev. This is not needed. It's enough to fetch the sub-repos if the checked out commit changes (the default, "on-demand") Change-Id: I112b4641dbf8f6d9c3ca8c42a8a9b4d5f4211f92 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index a9d4a8dca..3b0405e35 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,3 @@
[submodule "src/assistant/qlitehtml"]
path = src/assistant/qlitehtml
url = https://code.qt.io/playground/qlitehtml.git
- fetchRecurseSubmodules = true