Am 11.09.21 um 22:31 schrieb René Scharfe: > Replace the custom hash array for remembering corrupt pack entries with > an oidset. This shortens and simplifies the code. > > Changes since v1: > - inline oidset_size() > - inline nth_midxed_pack_entry() early > - use oidset_size() to avoid a function call if no bad objects exist - forgot to add "v2" to the subject of patches 1, 2, 3 :-/ René