add --edit: truncate the patch file
[gitweb.git] / transport.h
index bac085ce0e9a00cafba2a1edcd39a70acd13d300..7792b08582c132e18b495a21b700d9113727c7eb 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;
        /**