diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-10-10 10:45:34 -0400 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-10-13 11:12:49 +0000 |
commit | dccff1f2bcf6e7b8e42fa7bea63b8532ad29b43a (patch) | |
tree | b82b3c81ab0b4faccc170dde067ff655dca07c40 /docs/markdown/Subprojects.md | |
parent | 3ade5bbd92b506f215f86a7d41048b22b287c673 (diff) | |
download | meson-dccff1f2bcf6e7b8e42fa7bea63b8532ad29b43a.zip meson-dccff1f2bcf6e7b8e42fa7bea63b8532ad29b43a.tar.gz meson-dccff1f2bcf6e7b8e42fa7bea63b8532ad29b43a.tar.bz2 |
msubprojects: Handle wrap-file to wrap-git case
Diffstat (limited to 'docs/markdown/Subprojects.md')
-rw-r--r-- | docs/markdown/Subprojects.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md index 4461373..7e17afa 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -315,6 +315,9 @@ To pull latest version of all your subprojects at once, just run the command: - *Since 0.56.0* if the `url` specified in wrap file is different to the URL set on `origin` for a git repository it will not be updated, unless `--reset` is specified in which case the URL of `origin` will be reset first. +- *Since 0.56.0* If the subproject directory is not a git repository but has a + `[wrap-git]` the subproject is ignored, unless `--reset` is specified in which + case the directory is deleted and the new repository is cloned. ### Start a topic branch across all git subprojects |