diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-02 19:48:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 19:48:10 +0200 |
commit | 7ffc26078d672b5c4fafb3ac10d1850aee1ecb7b (patch) | |
tree | 2a0f72c0431721b37410830c45687cb9f1d34552 /docs/markdown/snippets | |
parent | 41a98d0fdda516ba4b8a7ae31874e37ec42cb363 (diff) | |
parent | 2efedf80e0129ee1dea560aa652f6358e3686854 (diff) | |
download | meson-7ffc26078d672b5c4fafb3ac10d1850aee1ecb7b.zip meson-7ffc26078d672b5c4fafb3ac10d1850aee1ecb7b.tar.gz meson-7ffc26078d672b5c4fafb3ac10d1850aee1ecb7b.tar.bz2 |
Merge pull request #4389 from xclaesse/subprojects-cmd
Add 'meson subprojects update' command
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/subprojects_cmd.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/subprojects_cmd.md b/docs/markdown/snippets/subprojects_cmd.md new file mode 100644 index 0000000..20fef5c --- /dev/null +++ b/docs/markdown/snippets/subprojects_cmd.md @@ -0,0 +1,7 @@ +## Subprojects download, checkout, update command-line + +New command-line tool has been added to manage subprojects: + +- `meson subprojects download` to download all subprojects that have a wrap file. +- `meson subprojects update` to update all subprojects to latest version. +- `meson subprojects checkout` to checkout or create a branch in all git subprojects. |