Merge branch 'tb/show-trailers-in-ref-filter'
commitb03cd16613477d3f9ce2e82f3a9fdb5fa99a8b01
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Oct 2017 05:52:22 +0000 (11 14:52 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Oct 2017 05:52:22 +0000 (11 14:52 +0900)
treeeb246859d3b1a72271e5ee63bf0dacb2f123e7bf
parent54bd705a9589d33b155588aa11d3b856f252e83d
parent7a5edbdb748f58c0ff3f2a459596ad6ddfda0640
Merge branch 'tb/show-trailers-in-ref-filter'

"git for-each-ref --format=..." learned a new format element,
%(trailers), to show only the commit log trailer part of the log
message.

* tb/show-trailers-in-ref-filter:
  ref-filter.c: parse trailers arguments with %(contents) atom
  ref-filter.c: use trailer_opts to format trailers
  t6300: refactor %(trailers) tests
  doc: use "`<literal>`"-style quoting for literal strings
  doc: 'trailers' is the preferred way to format trailers
  t4205: unfold across multiple lines
Documentation/git-for-each-ref.txt
ref-filter.c
t/t6300-for-each-ref.sh