summaryrefslogtreecommitdiff
path: root/trailer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano2015-09-021-4/+11
|\
| * trailer: support multiline titlecc/trailers-corner-case-fixChristian Couder2015-08-311-4/+11
* | Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano2015-08-281-1/+3
|\ \ | |/
| * trailer: retitle a test and correct an in-comment messageChristian Couder2015-08-261-1/+2
| * trailer: ignore first line of messageChristian Couder2015-08-211-1/+2
* | trailer: use capture_commandJeff King2015-03-221-13/+5
* | do not include the same header twicedp/remove-duplicated-header-inclusionДилян Палаузов2015-02-131-1/+0
* | Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-221-7/+25
|\ \ | |/ |/|
| * trailer: reuse ignore_non_trailer() to ignore conflict linesChristian Couder2014-11-101-7/+25
* | 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