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