On Mon, Nov 07, 2022 at 02:32:05PM -0500, Derrick Stolee wrote: > On 10/24/22 2:43 PM, Taylor Blau wrote: > > @@ -714,7 +717,12 @@ static int write_cruft_pack(const struct pack_objects_args *args, > > if (line.len != the_hash_algo->hexsz) > > die(_("repack: Expecting full hex object ID lines only " > > "from pack-objects.")); > > - string_list_append(names, line.buf); > > + /* > > This line looked oddly out-of-alignment with the next one. > > It seems that the comment is preceded by spaces and not > tabs. Perhaps Junio fixed this during his application of > the patch to keep the builds happy. Odd. In my copy, which I got from gitster/git before Junio went offline, the alignment looks fine. Thanks for double checking, though. Thanks, Taylor