Re: [PATCH v3 1/4] gitformat-commit-graph: describe version 2 of BDAT
From: Junio C Hamano <hidden> Date: 2023-06-12 21:27:30
Ramsay Jones [off-list ref] writes:
quoted
described in https://doi.org/10.1007/978-3-540-30494-4_26 "Bloom Filters
- in Probabilistic Verification"
+ in Probabilistic Verification". Version 1 bloom filters have a bug that appears
+ when int is signed and the repository has path names that have characters >=
s/int is signed/char is signed/ ?
Indeed. Thanks for sharp eyes. Will tweak while queuing.