From 3763cab081ecdbe1783eadf566360bf7c2bc8751 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 24 Mar 2017 11:22:44 +0100 Subject: Specify the upstream branch for the submodule This is used for git submodule update --remote for example as well as by the CI (in the future) to know where to fetch from when the submodule sha1 is bumped. Change-Id: I4a544627b836488f00e1ca60d07d3ce69c6ce4b7 Reviewed-by: Paolo Angelelli Reviewed-by: Oswald Buddenhagen --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 29caa86d..a5343bfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "src/3rdparty/mapbox-gl-native"] path = src/3rdparty/mapbox-gl-native url = ../qtlocation-mapboxgl.git + branch = upstream/qt-staging -- cgit v1.2.1