push: propagate remote and refspec with --recurse-submodules
[gitweb.git] / connected.h
index 5d88e26c79250e67abbc5d666e1095a4f1cc6be5..4ca325f79dc5ee45823834f71f66a6d3b278c3e5 100644 (file)
@@ -30,6 +30,14 @@ struct check_connected_options {
         * returns.
         */
        int err_fd;
+
+       /* If non-zero, show progress as we traverse the objects. */
+       int progress;
+
+       /*
+        * Insert these variables into the environment of the child process.
+        */
+       const char **env;
 };
 
 #define CHECK_CONNECTED_INIT { 0 }