summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)Author
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-02-29trailer.c: mark strings for translationNguyễn Thái Ngọc Duy
2016-01-14interpret-trailers: add option for in-place editingTobias Klauser
2016-01-14trailer: allow to write to files other than stdoutTobias Klauser
2015-09-02Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano
2015-08-31trailer: support multiline titleChristian Couder
2015-08-28Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano
2015-08-26trailer: retitle a test and correct an in-comment messageChristian Couder
2015-08-21trailer: ignore first line of messageChristian Couder
2015-03-23trailer: use capture_commandJeff King
2015-02-13do not include the same header twiceДилян Палаузов
2014-12-22Merge branch 'cc/interpret-trailers-more'Junio C Hamano
2014-11-19Merge branch 'cc/interpret-trailers'Junio C Hamano
2014-11-10trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe
2014-11-10trailer: reuse ignore_non_trailer() to ignore conflict linesChristian Couder
2014-11-10trailer: display a trailer without its trailing newlineChristian Couder
2014-11-10trailer: ignore comment lines inside the trailersChristian Couder
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-10-13trailer: execute command from 'trailer.<name>.command'Christian Couder
2014-10-13trailer: put all the processing together and printChristian Couder
2014-10-13trailer: parse trailers from file or stdinChristian Couder
2014-10-13trailer: process command line trailer argumentsChristian Couder
2014-10-13trailer: read and process config informationChristian Couder
2014-10-13trailer: process trailers from input message and argumentsChristian Couder
2014-10-13trailer: add data structures and basic functionsChristian Couder