mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
docs: Add one more git submodule setting to configure
This commit is contained in:
committed by
Luca Boccassi
parent
66d826026e
commit
e33d43b059
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user