git-upload-pack: Support the multi_ack protocol
[git.git] / fetch.h
diff --git a/fetch.h b/fetch.h
index e7710e8..9837a3d 100644 (file)
--- a/fetch.h
+++ b/fetch.h
@@ -40,6 +40,9 @@ extern int get_all;
 /* Set to be verbose */
 extern int get_verbosely;
 
+/* Set to check on all reachable objects. */
+extern int get_recover;
+
 /* Report what we got under get_verbosely */
 extern void pull_say(const char *, const char *);