Merge branch 'la/hide-trailer-info'
commit7593d669284b16db4dc43f9b9bd8cd96ec862377
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 May 2024 18:04:26 +0000 (23 11:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 May 2024 18:04:27 +0000 (23 11:04 -0700)
tree49fb25188f5990878bd7dea16c818e2f6845a8d9
parent4365c6fcf96caac73dcc412aa25db34cf8df48d5
parentdc88e5279a0bc68dc7b0337b0da34d50984bb38b
Merge branch 'la/hide-trailer-info'

The trailer API has been reshuffled a bit.

* la/hide-trailer-info:
  trailer unit tests: inspect iterator contents
  trailer: document parse_trailers() usage
  trailer: retire trailer_info_get() from API
  trailer: make trailer_info struct private
  trailer: make parse_trailers() return trailer_info pointer
  interpret-trailers: access trailer_info with new helpers
  sequencer: use the trailer iterator
  trailer: teach iterator about non-trailer lines
  trailer: add unit tests for trailer iterator
  Makefile: sort UNIT_TEST_PROGRAMS
Makefile
builtin/interpret-trailers.c
sequencer.c
trailer.c
trailer.h