mirror of
git://code.qt.io/qt/qt5.git
synced 2026-08-05 04:15:48 +08:00
83fcb43d5d
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 Fixes: QTBUG-145559 Change-Id: Ie08d42f4fa7c9b9e975a027dd6f20419936a606d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commitb679f634ea) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit13aef4ed7b)