On Sat, Sep 11, 2021 at 12:25:05PM -0400, Taylor Blau wrote:
quoted hunk ↗ jump to hunk
Good catch. It's kind of gross, but the result is:
--- 8< ---
diff --git a/builtin/multi-pack-index.c b/builtin/multi-pack-index.c
index 77488b6b7b..e6cab975e3 100644
--- a/builtin/multi-pack-index.c
+++ b/builtin/multi-pack-index.c
@@ -64,7 +64,7 @@ static struct option *add_common_options(struct option *prev)
static void read_packs_from_stdin(struct string_list *to)
{
- struct strbuf buf = STRBUF_INIT;
+ struct strbuf buf = STRBUF_INIT_NODUP;
Thanks,
Taylor