diff --git a/Wrap-dependency-system-manual.html b/Wrap-dependency-system-manual.html index cc17e5a0f..d7fbaa1d8 100644 --- a/Wrap-dependency-system-manual.html +++ b/Wrap-dependency-system-manual.html @@ -264,7 +264,7 @@

wrap format

An example wrap-git will look like this:

[wrap-git]
 url = https://github.com/libfoobar/libfoobar.git
-revision = head
+revision = HEAD
 depth = 1
 

Accepted configuration properties for wraps

@@ -343,7 +343,7 @@

Specific to VCS-based wraps

  • 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