Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: propagate remote and refspec with --recurse-submodules
[gitweb.git]
/
connected.h
diff --git
a/connected.h
b/connected.h
index 5d88e26c79250e67abbc5d666e1095a4f1cc6be5..4ca325f79dc5ee45823834f71f66a6d3b278c3e5 100644
(file)
--- a/
connected.h
+++ b/
connected.h
@@
-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 }