On Wed, Oct 9, 2024 at 8:52 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Karthik Nayak <karthik.188@xxxxxxxxx> writes: > > > strbuf_addf(&buf, "%s %s\n", oid_to_hex(&kh_key(map, iter)), > > oid_to_hex(kh_value(map, iter))); > > The line seems corrupt. Joining them with one SP in between makes > the patch cleanly apply. Indeed. I used `format-patch` and `send-email` right after, I don't remember messing with it, but perhaps I did. Thanks for fixing it up and checking.