From 60d2093105e43b0fe352ebe3e9e7a6bed73b8b98 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 17 Feb 2020 10:54:47 +0100 Subject: Remove tracking branch from qface submodule Usually we always use a commit in the upstream/develop branch, but for the 1.10 bugfix, we need to switch the branch. To make our life easier, remove the tracking branch completely to accept any sha in the CI. Change-Id: Ieb9e003691d4ffab0e1f73737b70936574066877 Reviewed-by: Robert Griebl (cherry picked from commit c5819507845082400ab90fddb3e77f159fc116f6) Reviewed-by: Jukka Jokiniva --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 25448fe..36ff789 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "src/3rdparty/qface"] path = src/3rdparty/qface url = ../qtivi-qface.git - branch = upstream/develop [submodule "src/3rdparty/taglib/taglib"] path = src/3rdparty/taglib/taglib url = ../qtivi-taglib.git -- cgit v1.2.1