Jeff King <peff@xxxxxxxx> writes: > On Thu, Jun 05, 2025 at 06:49:10PM -0400, Jeff King wrote: > >> On Thu, Jun 05, 2025 at 09:04:15AM -0700, Junio C Hamano wrote: >> >> > --- >8 --- >> > From: Johannes Schindelin <Johannes.Schindelin@xxxxxx> >> > Date: Thu, 5 Jun 2025 12:57:35 +0200 >> > Subject: [PATCH] curl: pass `long` values where expected >> > >> > A set of patches posted by Jeff King earlier covered some fallouts >> > coming from new typecheck warnings cURL 8.14.0. Here are to fix >> > some more instances of the same new compile errors observed in the >> > `osx-gcc` job of Git's CI builds. >> > >> > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> >> > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> >> >> Thanks, this patch looks good, and I think applying on top is a bit less >> work. I don't mind integrating them appropriately and re-rolling if we >> prefer a slightly cleaner history, though. (I don't think there's much >> value in recording which hit macOS and which did not). Yeah, other than giving a quick access to the places that only broke macOS for those who are curious enough and want to find out why ;-) > Ah, nevermind, my patches are already in next, so building on top is > definitely best. Yeah, in any case, taking all four of your patches together, with Dscho's t5410 "does tee hang?" fix, finally lets the tip of 'seen' pass without forcing retests.