On Tue, Feb 6, 2024 at 6:12 AM Linus Arver via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > /* > - * Format the trailers from the commit msg "msg" into the strbuf "out". > - * Note two caveats about "opts": > - * > - * - this is primarily a helper for pretty.c, and not > - * all of the flags are supported. > - * > - * - this differs from process_trailers slightly in that we always format > - * only the trailer block itself, even if the "only_trailers" option is not > - * set. This makes me wonder if there was actually a good reason why format_trailers() and format_trailer_info() were 2 different functions. Is there info about this in the commit message of the commit which introduced this comment?