]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/protocol-capabilities.txt
Merge branch 'sb/blame-color' into jk/banned-function
[thirdparty/git.git] / Documentation / technical / protocol-capabilities.txt
index 26dcc6f502020da5214f1e161f1678813dd24059..332d209b58ca42dc303c757f2b31f7a4f3d033f4 100644 (file)
@@ -309,3 +309,11 @@ to accept a signed push certificate, and asks the <nonce> to be
 included in the push certificate.  A send-pack client MUST NOT
 send a push-cert packet unless the receive-pack server advertises
 this capability.
+
+filter
+------
+
+If the upload-pack server advertises the 'filter' capability,
+fetch-pack may send "filter" commands to request a partial clone
+or partial fetch and request that the server omit various objects
+from the packfile.