mirror of
git://code.qt.io/qt/qt5.git
synced 2026-09-10 02:57:57 +08:00
b679f634ea
For the purpose of getting the list of already initialized submodules, it suffices to parse only the local .git/config file of a repository. This avoids including the output of a global ~/.gitconfig file, which might contain bracket symbols, and thus break parsing of active submodules. Pick-to: 6.8 6.11 6.12 Fixes: QTBUG-145559 Change-Id: Ie08d42f4fa7c9b9e975a027dd6f20419936a606d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>