From f34c6fbebfb390413307eaf5c2e57a28b7ca251a Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 1 Oct 2020 13:18:05 +0200 Subject: 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 --- .gitmodules | 3 --- 1 file changed, 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 -- cgit v1.2.1