summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitremote-helpers.html')
-rw-r--r--gitremote-helpers.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/gitremote-helpers.html b/gitremote-helpers.html
index e5d8bd0a5..57b295833 100644
--- a/gitremote-helpers.html
+++ b/gitremote-helpers.html
@@ -950,6 +950,14 @@ Other frontends may have some other order of preference.</p></div>
pack is self contained and is connected.
</p>
</dd>
+<dt class="hdlist1">
+<em>get</em>
+</dt>
+<dd>
+<p>
+ Can use the <em>get</em> command to download a file from a given URI.
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>If a helper advertises <em>connect</em>, Git will use it if possible and
fall back to another capability if the helper requests so when
@@ -1266,6 +1274,17 @@ operations.</p></div>
</p>
<div class="paragraph"><p>Supported if the helper has the "stateless-connect" capability.</p></div>
</dd>
+<dt class="hdlist1">
+<em>get</em> &lt;uri&gt; &lt;path&gt;
+</dt>
+<dd>
+<p>
+ Downloads the file from the given <code>&lt;uri&gt;</code> to the given <code>&lt;path&gt;</code>. If
+ <code>&lt;path&gt;.temp</code> exists, then Git assumes that the <code>.temp</code> file is a
+ partial download from a previous attempt and will resume the
+ download from that position.
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>If a fatal error occurs, the program writes the error message to
stderr and exits. The caller should expect that a suitable error
@@ -1518,7 +1537,7 @@ the remote side using that algorithm.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-07-09 15:39:10 PDT
+ 2022-09-01 13:55:22 PDT
</div>
</div>
</body>