mbox series

[v3,0/11] limit memory allocations for v2 servers

Message ID YUI8z5SiyvgrDBas@coredump.intra.peff.net (mailing list archive)
Headers show
Series limit memory allocations for v2 servers | expand

Message

Jeff King Sept. 15, 2021, 6:34 p.m. UTC
On Wed, Sep 15, 2021 at 02:33:53PM -0400, Jeff King wrote:

> OK, hopefully third time's the charm. The changes from v2 are pretty
> minor:
> 
>  - test typos noticed by Eric (none affected the outcome of the tests)
> 
>  - I added "object-format=$(test_oid algo)" to the input of a few of the
>    new tests even where it doesn't change the outcome, for consistency
>    with the existing tests
> 
>  - dropped out-dated "collect" comment noticed by Junio
> 
>  - explained the command=ls-refs=foo case a little further, including
>    specific references in how it violates the spec
> 
> Range-diff is below.

Er, that should have been "v3" in the subject, as this one now is.

-Peff