Merge branch 'jk/free-tree-buffer'
[gitweb.git] / Documentation / technical / protocol-capabilities.txt
index ec131b6d03067352e33cf5b26c8e26f987112ef8..fd8ffa5df38c8dd1a682ab77327654a4c2b80cd4 100644 (file)
@@ -210,3 +210,10 @@ be shown when processing the received pack. A send-pack client should
 respond with the 'quiet' capability to suppress server-side progress
 reporting if the local progress reporting is also being suppressed
 (e.g., via `push -q`, or if stderr does not go to a tty).
+
+allow-tip-sha1-in-want
+----------------------
+
+If the upload-pack server advertises this capability, fetch-pack may
+send "want" lines with SHA-1s that exist at the server but are not
+advertised by upload-pack.