Merge branch 'jp/tag-trailer'
commitf9d4eaf86c90a1b7d8969a68e15c4ecf95de3488
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 16:52:53 +0000 (15 09:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 16:52:53 +0000 (15 09:52 -0700)
treecf464fcd50d7123473b8b8d102911c6ee6bb0ea8
parentfe3ccc7aab61dbc2837ba11bed122dc2f74045e3
parent066cef770713026f33bb548885e3d6f66323c1f5
Merge branch 'jp/tag-trailer'

"git tag" learned the "--trailer" option to futz with the trailers
in the same way as "git commit" does.

* jp/tag-trailer:
  builtin/tag: add --trailer option
  builtin/commit: refactor --trailer logic
  builtin/commit: use ARGV macro to collect trailers
builtin/commit.c