]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6300-for-each-ref.sh
ref-filter: add support to display trailers as part of contents
authorJacob Keller <jacob.keller@gmail.com>
Sat, 19 Nov 2016 00:58:15 +0000 (16:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Dec 2016 21:58:41 +0000 (13:58 -0800)
commitb1d31c8954f9c21b275f4fb7d872414b564c201c
tree58a8f8d36a5f9331a0e393e086f447ad65047af7
parentd9f31fbfe98e0e363a3c69aaf6badecc746afe6b
ref-filter: add support to display trailers as part of contents

Add %(trailers) and %(contents:trailers) to display the trailers as
interpreted by trailer_info_get. Update documentation and add a test for
the new feature.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
ref-filter.c
t/t6300-for-each-ref.sh