diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-18 22:59:48 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-25 21:01:59 +0300 |
commit | 0af029e08cc4fb6bec56bf2e1be3ea686a1174df (patch) | |
tree | 850d0793e69b6d0f02276f2fa29b914bf9d49429 /docs/markdown | |
parent | 185ae3d42096b07ebcc0adc98b6c6c7811807f16 (diff) | |
download | meson-0af029e08cc4fb6bec56bf2e1be3ea686a1174df.zip meson-0af029e08cc4fb6bec56bf2e1be3ea686a1174df.tar.gz meson-0af029e08cc4fb6bec56bf2e1be3ea686a1174df.tar.bz2 |
Wrap-git files can have tags as well as commit ids. [skip ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index d97fc9a..38e1ab2 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -93,9 +93,9 @@ revision=head The format is straightforward. The only thing to note is the revision element that can have one of two values. The first is `head` which will cause Meson to track the master head (doing a repull whenever the -build definition is altered). The second type is a commit hash. In -this case Meson will use the commit specified (with `git checkout -[hash id]`). +build definition is altered). The second type is a commit hash or a +tag. In this case Meson will use the commit specified (with `git +checkout [hash/tag id]`). Note that in this case you cannot specify an extra patch file to use. The git repo must contain all necessary Meson build definitions. |