summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14interpret-trailers: add option for in-place editingLibravatar Tobias Klauser1-1/+40
2016-01-14trailer: allow to write to files other than stdoutLibravatar Tobias Klauser1-13/+15
2015-09-02Merge branch 'cc/trailers-corner-case-fix'Libravatar Junio C Hamano1-4/+11
2015-08-31trailer: support multiline titleLibravatar Christian Couder1-4/+11
2015-08-28Merge branch 'cc/trailers-corner-case-fix'Libravatar Junio C Hamano1-1/+3
2015-08-26trailer: retitle a test and correct an in-comment messageLibravatar Christian Couder1-1/+2
2015-08-21trailer: ignore first line of messageLibravatar Christian Couder1-1/+2
2015-03-22trailer: use capture_commandLibravatar Jeff King1-13/+5
2015-02-13do not include the same header twiceLibravatar Дилян Палаузов1-1/+0
2014-12-22Merge branch 'cc/interpret-trailers-more'Libravatar Junio C Hamano1-7/+25
2014-11-19Merge branch 'cc/interpret-trailers'Libravatar Junio C Hamano1-4/+10
2014-11-10trailer: use CHILD_PROCESS_INIT in apply_command()Libravatar René Scharfe1-2/+1
2014-11-10trailer: reuse ignore_non_trailer() to ignore conflict linesLibravatar Christian Couder1-7/+25
2014-11-10trailer: display a trailer without its trailing newlineLibravatar Christian Couder1-2/+6
2014-11-10trailer: ignore comment lines inside the trailersLibravatar Christian Couder1-2/+4
2014-10-28use child_process_init() to initialize struct child_process variablesLibravatar René Scharfe1-1/+1
2014-10-13trailer: execute command from 'trailer.<name>.command'Libravatar Christian Couder1-1/+84
2014-10-13trailer: put all the processing together and printLibravatar Christian Couder1-0/+69
2014-10-13trailer: parse trailers from file or stdinLibravatar Christian Couder1-0/+123
2014-10-13trailer: process command line trailer argumentsLibravatar Christian Couder1-0/+112
2014-10-13trailer: read and process config informationLibravatar Christian Couder1-0/+185
2014-10-13trailer: process trailers from input message and argumentsLibravatar Christian Couder1-0/+210
2014-10-13trailer: add data structures and basic functionsLibravatar Christian Couder1-0/+69