Merge branch 'hv/trailer-formatting'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Mar 2021 22:02:57 +0000 (14:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Mar 2021 22:02:58 +0000 (14:02 -0800)
commit28714238c8d482345ca17e8dd98d8cc328de24a8
tree9e6d014a41e4298f4bb8793f1a51f906e44d4728
parent18aabfaee50058237829c0aea8d4c50efd8078aa
parentee82a487f68a7c86551fb59f6176812d63be61b6
Merge branch 'hv/trailer-formatting'

The logic to handle "trailer" related placeholders in the
"--format=" mechanisms in the "log" family and "for-each-ref"
family is getting unified.

* hv/trailer-formatting:
  ref-filter: use pretty.c logic for trailers
  pretty.c: capture invalid trailer argument
  pretty.c: refactor trailer logic to `format_set_trailers_options()`
  t6300: use function to test trailer options
pretty.c
ref-filter.c