diff options
| author | andy5995 <arch_stanton5995@proton.me> | 2024-10-30 00:44:02 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-11-06 18:03:26 +0200 |
| commit | f0851c9e4b1760c552f7921e6b6a379b006ba014 (patch) | |
| tree | 67597bcd999b89ebc5c76385e518f6642c6f3353 /docs/markdown | |
| parent | bfce1450ac68c1da7151b7ad1943f47bdd31f192 (diff) | |
| download | meson-f0851c9e4b1760c552f7921e6b6a379b006ba014.tar.gz | |
Check for uppercase 'head' when updating subprojects
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index c1652c1c3..73358e7cf 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -66,7 +66,7 @@ An example wrap-git will look like this: ```ini [wrap-git] url = https://github.com/libfoobar/libfoobar.git -revision = head +revision = HEAD depth = 1 ``` @@ -124,7 +124,7 @@ case, the directory will be copied into `subprojects/` before applying patches. - `url` - name of the wrap-git repository to clone. Required. - `revision` - name of the revision to checkout. Must be either: a valid value (such as a git tag) for the VCS's `checkout` command, or - (for git) `head` to track upstream's default branch. Required. + (for git) `HEAD` to track upstream's default branch. Required. ### Specific to wrap-git - `depth` - shallowly clone the repository to X number of commits. This saves bandwidth and disk |
