aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKyle Stone <kyle.stone@is4s.com>2020-01-28 17:06:02 -0500
committerKyle Stone <kyle.stone@is4s.com>2020-01-28 19:00:39 -0500
commitc89dca8c70cfa9a5abe67ef80f51f152d971526c (patch)
treea68c302f6cc677d8b10e60566e882af51094d02f /docs
parentf9a31a25db5a9a08a5b102c6289029beddc7b07a (diff)
downloadmeson-c89dca8c70cfa9a5abe67ef80f51f152d971526c.zip
meson-c89dca8c70cfa9a5abe67ef80f51f152d971526c.tar.gz
meson-c89dca8c70cfa9a5abe67ef80f51f152d971526c.tar.bz2
Add ability to specify project branch to install
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/fallback-wraptool.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/markdown/fallback-wraptool.md b/docs/markdown/fallback-wraptool.md
index ebf8b91..9f4814b 100644
--- a/docs/markdown/fallback-wraptool.md
+++ b/docs/markdown/fallback-wraptool.md
@@ -17,11 +17,15 @@ To list all available wraps:
To install a wrap, go to your source root, make sure that the
`subprojects` directory exists and run this command:
- ghwt.py install <projectname>
+ ghwt.py install <projectname> [<branchname>]
This will stage the subproject ready to use. If you have multiple
subprojects you need to download them all manually.
+Specifying branch name is optional. If not specified, the list
+of potential branches is sorted alphabetically and the last branch is
+used.
+
*Note* The tool was added in 0.32.0, for versions older than that you
need to delete the `foo.wrap` file to work around this issue.