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.
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.