]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'aw/pretty-trailers'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:59:52 +0000 (09:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:59:52 +0000 (09:59 +0900)
commit42977bf5c7306e4c2dded5353f39cf087cf23a1f
treedb8c9c01e17069353b3eb3959a2837528f558317
parent54b469b9e9a9f276a5980265cd2abeb003cb6bf3
parent0b691d8685131c2c10e1a2cf2acc9b8920c5365f
Merge branch 'aw/pretty-trailers'

The %(trailers) formatter in "git log --format=..."  now allows to
optionally pick trailers selectively by keyword, show only values,
etc.

* aw/pretty-trailers:
  pretty: add support for separator option in %(trailers)
  strbuf: separate callback for strbuf_expand:ing literals
  pretty: add support for "valueonly" option in %(trailers)
  pretty: allow showing specific trailers
  pretty: single return path in %(trailers) handling
  pretty: allow %(trailers) options with explicit value
  doc: group pretty-format.txt placeholders descriptions
Documentation/pretty-formats.txt
pretty.c
t/t4205-log-pretty-formats.sh