| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |