]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bloom.h
add --chmod: don't update index when --dry-run is used
[thirdparty/git.git] / bloom.h
diff --git a/bloom.h b/bloom.h
index c6d77e8393ba5def1857017f31e2b660f2dc56f6..adde6dfe21254f7022051fd6d3c19b722b34f54e 100644 (file)
--- a/bloom.h
+++ b/bloom.h
@@ -93,6 +93,7 @@ enum bloom_filter_computed {
        BLOOM_NOT_COMPUTED = (1 << 0),
        BLOOM_COMPUTED     = (1 << 1),
        BLOOM_TRUNC_LARGE  = (1 << 2),
+       BLOOM_TRUNC_EMPTY  = (1 << 3),
 };
 
 struct bloom_filter *get_or_compute_bloom_filter(struct repository *r,