]> git.ipfire.org Git - thirdparty/git.git/blobdiff - walker.h
Merge branch 'jt/t5500-unflake'
[thirdparty/git.git] / walker.h
index 6d8ae00e5b995f6565fab8b617e4629788c3c0c7..d40b016bab87980d814571fe8fd96b0f69b495e2 100644 (file)
--- 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;