diff options
Diffstat (limited to 'third_party/git/walker.h')
-rw-r--r-- | third_party/git/walker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/git/walker.h b/third_party/git/walker.h index 6d8ae00e5b99..d40b016bab87 100644 --- a/third_party/git/walker.h +++ b/third_party/git/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; |