File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -297,9 +297,13 @@ Supported if the helper has the "option" capability.
297
297
same batch are complete. Only objects which were reported
298
298
in the output of 'list' with a sha1 may be fetched this way.
299
299
+
300
- Optionally may output a 'lock <file>' line indicating a file under
301
- GIT_DIR/objects/pack which is keeping a pack until refs can be
302
- suitably updated.
300
+ Optionally may output a 'lock <file>' line indicating the full path of
301
+ a file under `$GIT_DIR/objects/pack` which is keeping a pack until
302
+ refs can be suitably updated. The path must end with `.keep`. This is
303
+ a mechanism to name a <pack,idx,keep> tuple by giving only the keep
304
+ component. The kept pack will not be deleted by a concurrent repack,
305
+ even though its objects may not be referenced until the fetch completes.
306
+ The `.keep` file will be deleted at the conclusion of the fetch.
303
307
+
304
308
If option 'check-connectivity' is requested, the helper must output
305
309
'connectivity-ok' if the clone is self-contained and connected.
You can’t perform that action at this time.
0 commit comments