diff options
author | Jacob Keller <jacob.keller@gmail.com> | 2016-11-18 16:58:14 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-11 13:58:41 -0800 |
commit | d9f31fbfe98e0e363a3c69aaf6badecc746afe6b (patch) | |
tree | e8aeacdbd2aae73e2ffc4f9497c19e321e1548e3 /column.c | |
parent | sequencer: use trailer's trailer layout (diff) | |
download | tgif-d9f31fbfe98e0e363a3c69aaf6badecc746afe6b.tar.xz |
pretty: add %(trailers) format for displaying trailers of a commit message
Recent patches have expanded on the trailers.c code and we have the
builtin commant git-interpret-trailers which can be used to add or
modify trailer lines. However, there is no easy way to simply display
the trailers of a commit message.
Add support for %(trailers) format modifier which will use the
trailer_info_get() calls to read trailers in an identical way as git
interpret-trailers does. Use a long format option instead of a short
name so that future work can more easily unify ref-filter and pretty
formats.
Add documentation and tests for the same.
Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'column.c')
0 files changed, 0 insertions, 0 deletions