]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
Merge branch 'jk/log-fp-implies-m'
[thirdparty/git.git] / revision.h
index 5258024743c11b28a6ea958bbca557f4df7dbedc..c1e5bcf139d7a31d9bf851ada3bc8373f5ab932e 100644 (file)
@@ -301,8 +301,10 @@ struct rev_info {
        struct topo_walk_info *topo_walk_info;
 
        /* Commit graph bloom filter fields */
-       /* The bloom filter key for the pathspec */
-       struct bloom_key *bloom_key;
+       /* The bloom filter key(s) for the pathspec */
+       struct bloom_key *bloom_keys;
+       int bloom_keys_nr;
+
        /*
         * The bloom filter settings used to generate the key.
         * This is loaded from the commit-graph being used.