summaryrefslogtreecommitdiff
path: root/trailer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/interpret-trailers'Junio C Hamano2014-11-191-4/+10
|\
| * trailer: display a trailer without its trailing newlinecc/interpret-trailersChristian Couder2014-11-101-2/+6
| * trailer: ignore comment lines inside the trailersChristian Couder2014-11-101-2/+4
* | trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe2014-11-101-2/+1
* | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-281-1/+1
|/
* trailer: execute command from 'trailer.<name>.command'Christian Couder2014-10-131-1/+84
* trailer: put all the processing together and printChristian Couder2014-10-131-0/+69
* trailer: parse trailers from file or stdinChristian Couder2014-10-131-0/+123
* trailer: process command line trailer argumentsChristian Couder2014-10-131-0/+112
* trailer: read and process config informationChristian Couder2014-10-131-0/+185
* trailer: process trailers from input message and argumentsChristian Couder2014-10-131-0/+210
* trailer: add data structures and basic functionsChristian Couder2014-10-131-0/+69