Age | Commit message (Expand) | Author | Files | Lines |
2024-10-14 | trailer: spread usage of "trailer_block" language | Linus Arver | 1 | -15/+15 |
2024-05-23 | Merge branch 'la/hide-trailer-info' | Junio C Hamano | 1 | -29/+64 |
2024-05-07 | builtin/commit: refactor --trailer logic | John Passaro | 1 | -0/+9 |
2024-05-02 | trailer: document parse_trailers() usage | Linus Arver | 1 | -1/+50 |
2024-05-02 | trailer: retire trailer_info_get() from API | Linus Arver | 1 | -2/+0 |
2024-05-02 | trailer: make trailer_info struct private | Linus Arver | 1 | -21/+2 |
2024-05-02 | trailer: make parse_trailers() return trailer_info pointer | Linus Arver | 1 | -10/+7 |
2024-05-02 | interpret-trailers: access trailer_info with new helpers | Linus Arver | 1 | -0/+4 |
2024-05-02 | trailer: teach iterator about non-trailer lines | Linus Arver | 1 | -0/+7 |
2024-03-15 | trailer: finish formatting unification | Linus Arver | 1 | -11/+4 |
2024-03-15 | trailer: begin formatting unification | Linus Arver | 1 | -1/+1 |
2024-03-01 | format_trailers(): use strbuf instead of FILE | Linus Arver | 1 | -1/+2 |
2024-03-01 | trailer_info_get(): reorder parameters | Linus Arver | 1 | -2/+3 |
2024-03-01 | trailer: move interpret_trailers() to interpret-trailers.c | Linus Arver | 1 | -3/+17 |
2024-03-01 | trailer: reorder format_trailers_from_commit() parameters | Linus Arver | 1 | -2/+3 |
2024-03-01 | trailer: rename functions to use 'trailer' | Linus Arver | 1 | -3/+3 |
2023-12-20 | trailer: use offsets for trailer_start/trailer_end | Linus Arver | 1 | -5/+5 |
2023-09-11 | trailer: separate public from internal portion of trailer_iterator | Linus Arver | 1 | -2/+4 |
2020-12-09 | pretty format %(trailers): add a "key_value_separator" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2020-12-09 | pretty format %(trailers): add a "keyonly" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2020-09-27 | trailer: add interface for iterating over commit trailers | Jeff King | 1 | -2/+43 |
2019-01-29 | pretty: add support for separator option in %(trailers) | Anders Waldenborg | 1 | -0/+1 |
2019-01-29 | pretty: add support for "valueonly" option in %(trailers) | Anders Waldenborg | 1 | -0/+1 |
2019-01-29 | pretty: allow showing specific trailers | Anders Waldenborg | 1 | -0/+2 |
2018-09-17 | Merge branch 'jk/trailer-fixes' | Junio C Hamano | 1 | -1/+3 |
2018-08-23 | interpret-trailers: allow suppressing "---" divider | Jeff King | 1 | -0/+1 |
2018-08-23 | trailer: pass process_trailer_opts to trailer_info_get() | Jeff King | 1 | -1/+2 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+2 |
2017-08-26 | Merge branch 'jk/trailers-parse' | Junio C Hamano | 1 | -1/+26 |
2017-08-15 | pretty: move trailer formatting to trailer.c | Jeff King | 1 | -0/+14 |
2017-08-15 | interpret-trailers: add an option to unfold values | Jeff King | 1 | -0/+1 |
2017-08-15 | interpret-trailers: add an option to show only existing trailers | Jeff King | 1 | -0/+1 |
2017-08-15 | interpret-trailers: add an option to show only the trailers | Jeff King | 1 | -0/+1 |
2017-08-14 | interpret-trailers: add options for actions | Paolo Bonzini | 1 | -0/+7 |
2017-08-14 | trailers: introduce struct new_trailer_item | Paolo Bonzini | 1 | -1/+13 |
2017-08-10 | trailer: put process_trailers() options into a struct | Jeff King | 1 | -1/+9 |
2017-07-25 | trailers: export action enums and corresponding lookup functions | Paolo Bonzini | 1 | -0/+22 |
2016-11-29 | trailer: have function to describe trailer layout | Jonathan Tan | 1 | -0/+25 |
2016-01-14 | interpret-trailers: add option for in-place editing | Tobias Klauser | 1 | -1/+2 |
2014-10-13 | trailer: put all the processing together and print | Christian Couder | 1 | -0/+6 |