Skip to content

Commit 4acbe91

Browse files
pcloudsgitster
authored andcommitted
document 'allow-tip-sha1-in-want' capability
See 390eb36 (upload-pack: optionally allow fetching from the tips of hidden refs - 2013-01-28) for more information. Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 69fb960 commit 4acbe91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/technical/protocol-capabilities.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,10 @@ be shown when processing the received pack. A send-pack client should
210210
respond with the 'quiet' capability to suppress server-side progress
211211
reporting if the local progress reporting is also being suppressed
212212
(e.g., via `push -q`, or if stderr does not go to a tty).
213+
214+
allow-tip-sha1-in-want
215+
----------------------
216+
217+
If the upload-pack server advertises this capability, fetch-pack may
218+
send "want" lines with SHA-1s that exist at the server but are not
219+
advertised by upload-pack.

0 commit comments

Comments
 (0)