summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
committerJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
commita8858316fb3186e69d324183d9af58ef55dfb794 (patch)
tree4f60790af5953a6a07e822d2b92123ac3263ed3c /gitremote-helpers.html
parentcb705397f111dc1fcb3e3fa844bfd5b3050dee38 (diff)
downloadgit-htmldocs-a8858316fb3186e69d324183d9af58ef55dfb794.tar.gz
Autogenerated HTML docs for v2.23.0-385-gbc129
Diffstat (limited to 'gitremote-helpers.html')
-rw-r--r--gitremote-helpers.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/gitremote-helpers.html b/gitremote-helpers.html
index f3d0d72b0..0995a31f7 100644
--- a/gitremote-helpers.html
+++ b/gitremote-helpers.html
@@ -1128,9 +1128,13 @@ the remote repository.</p></div>
same batch are complete. Only objects which were reported
in the output of <em>list</em> with a sha1 may be fetched this way.
</p>
-<div class="paragraph"><p>Optionally may output a <em>lock &lt;file&gt;</em> line indicating a file under
-GIT_DIR/objects/pack which is keeping a pack until refs can be
-suitably updated.</p></div>
+<div class="paragraph"><p>Optionally may output a <em>lock &lt;file&gt;</em> line indicating the full path of
+a file under <code>$GIT_DIR/objects/pack</code> which is keeping a pack until
+refs can be suitably updated. The path must end with <code>.keep</code>. This is
+a mechanism to name a &lt;pack,idx,keep&gt; tuple by giving only the keep
+component. The kept pack will not be deleted by a concurrent repack,
+even though its objects may not be referenced until the fetch completes.
+The <code>.keep</code> file will be deleted at the conclusion of the fetch.</p></div>
<div class="paragraph"><p>If option <em>check-connectivity</em> is requested, the helper must output
<em>connectivity-ok</em> if the clone is self-contained and connected.</p></div>
<div class="paragraph"><p>Supported if the helper has the "fetch" capability.</p></div>
@@ -1460,7 +1464,7 @@ set by Git if the remote helper has the <em>option</em> capability.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-04-21 20:35:42 PDT
+ 2019-09-30 14:04:22 JST
</div>
</div>
</body>