]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/HACKING.md
docs: Add one more git submodule setting to configure
[thirdparty/systemd.git] / docs / HACKING.md
index 6dc9489124694b465da03411d6d02e20ca9f40df..8abb5e040f21a800b59a66adeaf6b4137b26567e 100644 (file)
@@ -20,6 +20,7 @@ git correctly (running `meson` will run these commands for you automatically):
 ```shell
 $ git config submodule.recurse true
 $ git config fetch.recurseSubmodules on-demand
+$ git config push.recurseSubmodules no
 ```
 
 When adding new functionality, tests should be added. For shared functionality