Re: [PATCH v2 00/12] Next size_t stop: pack-objects/delta

Patrick Steinhardt <[email protected]> Thu, 6 Aug 2026 08:15:25 +0200
Newsgroups org.kernel.vger.git
Message-ID <[email protected]>
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