Patrick Steinhardt [off-list ref] writes:
On Wed, Aug 05, 2026 at 04:14:27PM +0000, Johannes Schindelin via GitGitGadget wrote:
quoted
Changes since v1:
* The return value of sizeof_delta_index() is now included in the unsigned
long -> size_t work.
* To assign correct values to the now-widened max_delta_cache_size, a new
pair of helpers are introduced and used: git_parse_size_t() and
git_config_size_t()
* There are now two references regarding the provenance of the
deflateBound() formula in the corresponding commit message.
This addresses all of the comments I had. Thanks!
OK. Shall we then mark the topic for 'next'?
... goes and looks ...
Hmph, some leftover unsigned long assignments I noted in my [07/12]
review still disturbs me, though.