Merge branch 'jk/tighten-alloc'
[gitweb.git] / Documentation / technical / protocol-capabilities.txt
index 4fd6dccdb52770c1ec0e57229ae87faa33e37eae..26dcc6f502020da5214f1e161f1678813dd24059 100644 (file)
@@ -278,6 +278,15 @@ atomic pushes. If the pushing client requests this capability, the server
 will update the refs in one atomic transaction. Either all refs are
 updated or none.
 
+push-options
+------------
+
+If the server sends the 'push-options' capability it is able to accept
+push options after the update commands have been sent, but before the
+packfile is streamed. If the pushing client requests this capability,
+the server will pass the options to the pre- and post- receive hooks
+that process this push request.
+
 allow-tip-sha1-in-want
 ----------------------