summaryrefslogtreecommitdiffstats
path: root/trailer.c
AgeCommit message (Expand)AuthorLines
2014-11-19Merge branch 'cc/interpret-trailers'Junio C Hamano-4/+10
2014-11-10trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe-2/+1
2014-11-10trailer: display a trailer without its trailing newlineChristian Couder-2/+6
2014-11-10trailer: ignore comment lines inside the trailersChristian Couder-2/+4
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe-1/+1
2014-10-13trailer: execute command from 'trailer.<name>.command'Christian Couder-1/+84
2014-10-13trailer: put all the processing together and printChristian Couder-0/+69
2014-10-13trailer: parse trailers from file or stdinChristian Couder-0/+123
2014-10-13trailer: process command line trailer argumentsChristian Couder-0/+112
2014-10-13trailer: read and process config informationChristian Couder-0/+185
2014-10-13trailer: process trailers from input message and argumentsChristian Couder-0/+210
2014-10-13trailer: add data structures and basic functionsChristian Couder-0/+69