Re: [PATCH v2 00/12] Next size_t stop: pack-objects/delta
Junio C Hamano <[email protected]> Thu, 06 Aug 2026 10:30:08 -0700
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
Patrick Steinhardt <[email protected]> writes: > On Wed, Aug 05, 2026 at 04:14:27PM +0000, Johannes Schindelin via GitGitGadget wrote: >> 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! > > Patrick Thanks, both. Shall we mark the topic for 'next'?