On Thu, Nov 29, 2018 at 3:42 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Masaya Suzuki <masayasuzuki@xxxxxxxxxx> writes: > > > In the Git pack protocol definition, an error packet may appear only in > > a certain context. However, servers can face a runtime error (e.g. I/O > > error) at an arbitrary timing. This patch changes the protocol to allow > > an error packet to be sent instead of any packet. > > > > Following this protocol spec change, the error packet handling code is > > moved to pkt-line.c. > > > > Signed-off-by: Masaya Suzuki <masayasuzuki@xxxxxxxxxx> > > --- > > Have you run tests with this applied? I noticed 5703.9 now has > stale expectations, but there may be others. Yes, I did. And it also didn't end up in a build error. Do I have a different build option...?