Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2024
1 parent ea3b15c commit e27ced4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Wrap-dependency-system-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2 id="wrap-format">wrap format</h2>
<p>An example wrap-git will look like this:</p>
<pre><code class="language-ini">[wrap-git]
url = https://github.com/libfoobar/libfoobar.git
revision = head
revision = HEAD
depth = 1
</code></pre>
<h2 id="accepted-configuration-properties-for-wraps">Accepted configuration properties for wraps</h2>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h3 id="specific-to-vcsbased-wraps">Specific to VCS-based wraps</h3>
<li>
<code>revision</code> - name of the revision to checkout. Must be either: a
valid value (such as a git tag) for the VCS's <code>checkout</code> command, or
(for git) <code>head</code> to track upstream's default branch. Required.</li>
(for git) <code>HEAD</code> to track upstream's default branch. Required.</li>
</ul>
<h3 id="specific-to-wrapgit">Specific to wrap-git</h3>
<ul>
Expand Down
1 change: 1 addition & 0 deletions assets/js/search/HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
urls_downloaded_cb({"token":"HEAD","urls":[{"url":"Wrap-dependency-system-manual.html#specific-to-vcsbased-wraps","node_type":"ul","page":"Wrap dependency system manual","sections":["Wrap dependency system manual","Accepted configuration properties for wraps","Specific to VCS-based wraps"],"context":{"gi-language":["default"]}}]});
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fragment_downloaded_cb({"url":"Wrap-dependency-system-manual.html#specific-to-vcsbased-wraps","fragment":"Specific to VCS-based wraps\n\n\nurl - name of the wrap-git repository to clone. Required.\n\nrevision - name of the revision to checkout. Must be either: a\nvalid value (such as a git tag) for the VCS's checkout command, or\n(for git) head to track upstream's default branch. Required.\n\n"});
fragment_downloaded_cb({"url":"Wrap-dependency-system-manual.html#specific-to-vcsbased-wraps","fragment":"Specific to VCS-based wraps\n\n\nurl - name of the wrap-git repository to clone. Required.\n\nrevision - name of the revision to checkout. Must be either: a\nvalid value (such as a git tag) for the VCS's checkout command, or\n(for git) HEAD to track upstream's default branch. Required.\n\n"});
2 changes: 1 addition & 1 deletion assets/js/trie_index.js

Large diffs are not rendered by default.

Binary file modified dumped.trie
Binary file not shown.

0 comments on commit e27ced4

Please sign in to comment.