Josh Steadmon <steadmon@xxxxxxxxxx> writes: > On 2024.01.10 06:51, Linus Arver via GitGitGadget wrote: >> diff --git a/trailer.c b/trailer.c >> index 360e76376b8..e2d541372a3 100644 >> --- a/trailer.c >> +++ b/trailer.c >> @@ -33,7 +33,7 @@ struct trailer_block { >> size_t trailer_nr; >> }; >> >> -struct conf_info { >> +struct trailer_conf { > > Can you also add a note about this conf_info -> trailer_conf rename? I > agree that it's an improvement but I think it should be mentioned in the > commit message. Will do.