| Commit message (Expand) | Author | Age |
* | trailer: have function to describe trailer layout | Jonathan Tan | 2016-11-29 |
* | trailer: avoid unnecessary splitting on lines | Jonathan Tan | 2016-11-29 |
* | commit: make ignore_non_trailer take buf/len | Jonathan Tan | 2016-11-29 |
* | trailer: be stricter in parsing separators | Jonathan Tan | 2016-11-29 |
* | Merge branch 'jt/trailer-with-cruft' | Junio C Hamano | 2016-10-31 |
|\ |
|
| * | trailer: support values folded to multiple lines | Jonathan Tan | 2016-10-21 |
| * | trailer: forbid leading whitespace in trailers | Jonathan Tan | 2016-10-21 |
| * | trailer: allow non-trailers in trailer block | Jonathan Tan | 2016-10-21 |
| * | trailer: clarify failure modes in parse_trailer | Jonathan Tan | 2016-10-21 |
| * | trailer: make args have their own struct | Jonathan Tan | 2016-10-20 |
| * | trailer: streamline trailer item create and add | Jonathan Tan | 2016-10-20 |
| * | trailer: use list.h for doubly-linked list | Jonathan Tan | 2016-10-20 |
| * | trailer: improve const correctness | Jonathan Tan | 2016-10-14 |
* | | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 2016-10-12 |
|/ |
|
* | die("bug"): report bugs consistently | Johannes Schindelin | 2016-07-26 |
* | trailer.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2016-02-29 |
* | interpret-trailers: add option for in-place editing | Tobias Klauser | 2016-01-14 |
* | trailer: allow to write to files other than stdout | Tobias Klauser | 2016-01-14 |
* | Merge branch 'cc/trailers-corner-case-fix' | Junio C Hamano | 2015-09-02 |
|\ |
|
| * | trailer: support multiline title | Christian Couder | 2015-08-31 |
* | | Merge branch 'cc/trailers-corner-case-fix' | Junio C Hamano | 2015-08-28 |
|\ \
| |/ |
|
| * | trailer: retitle a test and correct an in-comment message | Christian Couder | 2015-08-26 |
| * | trailer: ignore first line of message | Christian Couder | 2015-08-21 |
* | | trailer: use capture_command | Jeff King | 2015-03-22 |
* | | do not include the same header twice | Дилян Палаузов | 2015-02-13 |
* | | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 2014-12-22 |
|\ \
| |/
|/| |
|
| * | trailer: reuse ignore_non_trailer() to ignore conflict lines | Christian Couder | 2014-11-10 |
* | | Merge branch 'cc/interpret-trailers' | Junio C Hamano | 2014-11-19 |
|\ \
| |/ |
|
| * | trailer: display a trailer without its trailing newline | Christian Couder | 2014-11-10 |
| * | trailer: ignore comment lines inside the trailers | Christian Couder | 2014-11-10 |
* | | trailer: use CHILD_PROCESS_INIT in apply_command() | René Scharfe | 2014-11-10 |
* | | use child_process_init() to initialize struct child_process variables | René Scharfe | 2014-10-28 |
|/ |
|
* | trailer: execute command from 'trailer.<name>.command' | Christian Couder | 2014-10-13 |
* | trailer: put all the processing together and print | Christian Couder | 2014-10-13 |
* | trailer: parse trailers from file or stdin | Christian Couder | 2014-10-13 |
* | trailer: process command line trailer arguments | Christian Couder | 2014-10-13 |
* | trailer: read and process config information | Christian Couder | 2014-10-13 |
* | trailer: process trailers from input message and arguments | Christian Couder | 2014-10-13 |
* | trailer: add data structures and basic functions | Christian Couder | 2014-10-13 |