Merge branch 'js/test-unset-prereq'
[gitweb.git] / transport.h
index e783cfa07536b5202eaa697e31a765c1847f1dbf..73a7be3c8a4d3b68838a3130599a5f8c628edece 100644 (file)
@@ -71,6 +71,12 @@ struct transport {
         */
        const struct string_list *push_options;
 
+       /*
+        * These strings will be passed to the remote side on each command
+        * request, if both sides support the server-option capability.
+        */
+       const struct string_list *server_options;
+
        char *pack_lockfile;
        signed verbose : 3;
        /**