]> git.ipfire.org Git - thirdparty/git.git/commit - trailer.c
Merge branch 'jk/trailers-parse'
authorJunio C Hamano <gitster@pobox.com>
Sun, 27 Aug 2017 05:55:04 +0000 (22:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Aug 2017 05:55:04 +0000 (22:55 -0700)
commit06cf4f2d87d670f6d49c208fa41933941205da90
tree6f140af0079107fb72d9d986b7eb0ad447edc1dc
parentbfd91b41341cb922aa1ba6e7c01ccd5ebb81cf41
parent5a0d0c037cc187a6eee6329206b9f6a48746a054
Merge branch 'jk/trailers-parse'

"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:
  doc/interpret-trailers: fix "the this" typo
  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