Message ID | pull.1696.v3.git.1714091170.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Make trailer_info struct private (plus sequencer cleanup) | expand |
(I had sent this email only to Linus too, sorry.) On Fri, Apr 26, 2024 at 2:26 AM Linus Arver via GitGitGadget <gitgitgadget@gmail.com> wrote: > Linus Arver (10): > Makefile: sort UNIT_TEST_PROGRAMS > trailer: add unit tests for trailer iterator > trailer: teach iterator about non-trailer lines > sequencer: use the trailer iterator > interpret-trailers: access trailer_info with new helpers > trailer: make parse_trailers() return trailer_info pointer > trailer: make trailer_info struct private > trailer: retire trailer_info_get() from API > trailer: document parse_trailers() usage > trailer unit tests: inspect iterator contents I took a look at the whole series and had only a few minor comments on some patches. Thanks!