summaryrefslogtreecommitdiff
path: root/walker.h
diff options
context:
space:
mode:
Diffstat (limited to 'walker.h')
-rw-r--r--walker.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/walker.h b/walker.h
index a869013e85..d40b016bab 100644
--- a/walker.h
+++ b/walker.h
@@ -9,10 +9,8 @@ struct walker {
void (*prefetch)(struct walker *, unsigned char *sha1);
int (*fetch)(struct walker *, unsigned char *sha1);
void (*cleanup)(struct walker *);
- int get_tree;
- int get_history;
- int get_all;
int get_verbosely;
+ int get_progress;
int get_recover;
int corrupt_object_found;