aboutsummaryrefslogtreecommitdiffstats
path: root/walker.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-09 11:21:21 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-09 11:21:21 -0700
commit4a5c3e10f2a17efbbef72b7112d4d036ec89eceb (patch)
tree47d6632e0599c2298f146ad49b160a8636d748ab /walker.h
parent3658d77f8e563e77658d9e44df5e24f08ca99e3a (diff)
parent7655b4119d49844e6ebc62da571e5f18528dbde8 (diff)
downloadgit-4a5c3e10f2a17efbbef72b7112d4d036ec89eceb.tar.gz
Merge branch 'rs/show-progress-in-dumb-http-fetch'
"git fetch" over HTTP walker protocol did not show any progress output. We inherently do not know how much work remains, but still we can show something not to bore users. * rs/show-progress-in-dumb-http-fetch: remote-curl: show progress for fetches over dumb HTTP
Diffstat (limited to 'walker.h')
-rw-r--r--walker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/walker.h b/walker.h
index 6d8ae00e5b..d40b016bab 100644
--- a/walker.h
+++ b/walker.h
@@ -10,6 +10,7 @@ struct walker {
int (*fetch)(struct walker *, unsigned char *sha1);
void (*cleanup)(struct walker *);
int get_verbosely;
+ int get_progress;
int get_recover;
int corrupt_object_found;