Merge branch 'jk/trailers-parse' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:18 +0000 (23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:18 +0000 (23:07 -0700)
commitfaa63f819679aa1e49d735f8e7e55f0511adbd66
tree5b809e614989b0fb6fd7d0a6ec44f8c8ec3108df
parent85898d1e7c48f411b88bb1f9fad95f0218f24c10
parent58311c66fd316dff8f2c68a634ca0cf968227870
Merge branch 'jk/trailers-parse' into next

"git interpret-trailers" has been taught a "--parse" and a few
other options to make it easier for scripts to grab existing
trailer lines from a commit log message.

* jk/trailers-parse:
  pretty: support normalization options for %(trailers)
  t4205: refactor %(trailers) tests
  pretty: move trailer formatting to trailer.c
  interpret-trailers: add --parse convenience option
  interpret-trailers: add an option to unfold values
  interpret-trailers: add an option to show only existing trailers
  interpret-trailers: add an option to show only the trailers
  trailer: put process_trailers() options into a struct
Documentation/git-interpret-trailers.txt
Documentation/pretty-formats.txt
builtin/interpret-trailers.c
pretty.c
t/t7513-interpret-trailers.sh
trailer.c
trailer.h