summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-29pretty: add support for separator option in %(trailers)Libravatar Anders Waldenborg1-2/+13
2019-01-29pretty: add support for "valueonly" option in %(trailers)Libravatar Anders Waldenborg1-2/+4
2019-01-29pretty: allow showing specific trailersLibravatar Anders Waldenborg1-4/+6
2018-08-23interpret-trailers: allow suppressing "---" dividerLibravatar Jeff King1-1/+5
2018-08-23interpret-trailers: tighten check for "---" patch boundaryLibravatar Jeff King1-1/+3
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Libravatar Jeff King1-3/+4
2018-08-23trailer: use size_t for iterating trailer listLibravatar Jeff King1-3/+3
2018-08-23trailer: use size_t for string offsetsLibravatar Jeff King1-19/+20
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-3/+3
2018-02-22trailer: rename 'template' variablesLibravatar Brandon Williams1-5/+5
2018-02-22trailer: rename 'new' variablesLibravatar Brandon Williams1-17/+17
2017-09-06tempfile: auto-allocate tempfiles on heapLibravatar Jeff King1-3/+3
2017-08-26Merge branch 'jk/trailers-parse'Libravatar Junio C Hamano1-16/+98
2017-08-15pretty: support normalization options for %(trailers)Libravatar Jeff King1-2/+30
2017-08-15pretty: move trailer formatting to trailer.cLibravatar Jeff King1-0/+18
2017-08-15interpret-trailers: add an option to unfold valuesLibravatar Jeff King1-0/+29
2017-08-15interpret-trailers: add an option to show only existing trailersLibravatar Jeff King1-4/+5
2017-08-15interpret-trailers: add an option to show only the trailersLibravatar Jeff King1-9/+14
2017-08-14interpret-trailers: add options for actionsLibravatar Paolo Bonzini1-6/+28
2017-08-14trailers: introduce struct new_trailer_itemLibravatar Paolo Bonzini1-8/+11
2017-08-10trailer: put process_trailers() options into a structLibravatar Jeff King1-4/+6
2017-07-25trailers: export action enums and corresponding lookup functionsLibravatar Paolo Bonzini1-32/+33
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2016-11-29trailer: have function to describe trailer layoutLibravatar Jonathan Tan1-36/+82
2016-11-29trailer: avoid unnecessary splitting on linesLibravatar Jonathan Tan1-94/+100
2016-11-29commit: make ignore_non_trailer take buf/lenLibravatar Jonathan Tan1-1/+1
2016-11-29trailer: be stricter in parsing separatorsLibravatar Jonathan Tan1-6/+23
2016-10-31Merge branch 'jt/trailer-with-cruft'Libravatar Junio C Hamano1-273/+347
2016-10-21trailer: support values folded to multiple linesLibravatar Jonathan Tan1-7/+38
2016-10-21trailer: forbid leading whitespace in trailersLibravatar Jonathan Tan1-1/+1
2016-10-21trailer: allow non-trailers in trailer blockLibravatar Jonathan Tan1-13/+76
2016-10-21trailer: clarify failure modes in parse_trailerLibravatar Jonathan Tan1-22/+53
2016-10-20trailer: make args have their own structLibravatar Jonathan Tan1-50/+85
2016-10-20trailer: streamline trailer item create and addLibravatar Jonathan Tan1-70/+60
2016-10-20trailer: use list.h for doubly-linked listLibravatar Jonathan Tan1-167/+91
2016-10-14trailer: improve const correctnessLibravatar Jonathan Tan1-7/+7
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Libravatar Junio C Hamano1-6/+3
2016-07-26die("bug"): report bugs consistentlyLibravatar Johannes Schindelin1-1/+1
2016-02-29trailer.c: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
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