summaryrefslogtreecommitdiff
path: root/trailer.c
Commit message (Expand)AuthorAgeFilesLines
* trailer: have function to describe trailer layoutJonathan Tan2016-11-291-36/+82
* trailer: avoid unnecessary splitting on linesJonathan Tan2016-11-291-94/+100
* commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-291-1/+1
* trailer: be stricter in parsing separatorsJonathan Tan2016-11-291-6/+23
* Merge branch 'jt/trailer-with-cruft'Junio C Hamano2016-10-311-273/+347
|\
| * trailer: support values folded to multiple linesJonathan Tan2016-10-211-7/+38
| * trailer: forbid leading whitespace in trailersJonathan Tan2016-10-211-1/+1
| * trailer: allow non-trailers in trailer blockJonathan Tan2016-10-211-13/+76
| * trailer: clarify failure modes in parse_trailerJonathan Tan2016-10-211-22/+53
| * trailer: make args have their own structJonathan Tan2016-10-201-50/+85
| * trailer: streamline trailer item create and addJonathan Tan2016-10-201-70/+60
| * trailer: use list.h for doubly-linked listJonathan Tan2016-10-201-167/+91
| * trailer: improve const correctnessJonathan Tan2016-10-141-7/+7
* | cocci: refactor common patterns to use xstrdup_or_null()jc/cocci-xstrdup-or-nullJunio C Hamano2016-10-121-6/+3
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+1
* trailer.c: mark strings for translationnd/i18n-2.8.0Nguyễn Thái Ngọc Duy2016-02-291-1/+1
* interpret-trailers: add option for in-place editingtk/interpret-trailers-in-placeTobias Klauser2016-01-141-1/+40
* trailer: allow to write to files other than stdoutTobias Klauser2016-01-141-13/+15
* 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