Age | Commit message (Expand) | Author | Files | Lines |
2015-03-22 | trailer: use capture_command | Jeff King | 1 | -13/+5 |
2015-02-13 | do not include the same header twice | Дилян Палаузов | 1 | -1/+0 |
2014-12-22 | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 1 | -7/+25 |
2014-11-19 | Merge branch 'cc/interpret-trailers' | Junio C Hamano | 1 | -4/+10 |
2014-11-10 | trailer: use CHILD_PROCESS_INIT in apply_command() | René Scharfe | 1 | -2/+1 |
2014-11-10 | trailer: reuse ignore_non_trailer() to ignore conflict lines | Christian Couder | 1 | -7/+25 |
2014-11-10 | trailer: display a trailer without its trailing newline | Christian Couder | 1 | -2/+6 |
2014-11-10 | trailer: ignore comment lines inside the trailers | Christian Couder | 1 | -2/+4 |
2014-10-28 | use child_process_init() to initialize struct child_process variables | René Scharfe | 1 | -1/+1 |
2014-10-13 | trailer: execute command from 'trailer.<name>.command' | Christian Couder | 1 | -1/+84 |
2014-10-13 | trailer: put all the processing together and print | Christian Couder | 1 | -0/+69 |
2014-10-13 | trailer: parse trailers from file or stdin | Christian Couder | 1 | -0/+123 |
2014-10-13 | trailer: process command line trailer arguments | Christian Couder | 1 | -0/+112 |
2014-10-13 | trailer: read and process config information | Christian Couder | 1 | -0/+185 |
2014-10-13 | trailer: process trailers from input message and arguments | Christian Couder | 1 | -0/+210 |
2014-10-13 | trailer: add data structures and basic functions | Christian Couder | 1 | -0/+69 |