docs: Add one more git submodule setting to configure

This commit is contained in:
Daan De Meyer
2024-03-21 16:07:58 +01:00
committed by Luca Boccassi
parent 66d826026e
commit e33d43b059
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ cd "${MESON_SOURCE_ROOT:?}"
if [ -e .git ]; then
git config submodule.recurse true
git config fetch.recurseSubmodules on-demand
git config push.recurseSubmodules no
fi
if [ ! -f .git/hooks/pre-commit.sample ] || [ -f .git/hooks/pre-commit ]; then