On Sun, Oct 6, 2024 at 1:14 AM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > I noticed the whitespace-damage just by visual inspection as I quickly > scanned my eyes over the patches. For instance, in patch [1/4], I see: > > + struct strbuf backlink = STRBUF_INIT; > struct strbuf gitd > ir = STRBUF_INIT; > > The "gitdir" variable got split. Maybe "whitespace-damaged" was the wrong terminology. They are incorrectly wrapped/line-split.