summaryrefslogtreecommitdiffstats
path: root/trailer.c
AgeCommit message (Expand)AuthorLines
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg-2/+13
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg-2/+4
2019-01-29pretty: allow showing specific trailersAnders Waldenborg-4/+6
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King-1/+5
2018-08-23interpret-trailers: tighten check for "---" patch boundaryJeff King-1/+3
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Jeff King-3/+4
2018-08-23trailer: use size_t for iterating trailer listJeff King-3/+3
2018-08-23trailer: use size_t for string offsetsJeff King-19/+20
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-3/+3
2018-02-22trailer: rename 'template' variablesBrandon Williams-5/+5
2018-02-22trailer: rename 'new' variablesBrandon Williams-17/+17
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King-3/+3
2017-08-26Merge branch 'jk/trailers-parse'Junio C Hamano-16/+98
2017-08-15pretty: support normalization options for %(trailers)Jeff King-2/+30
2017-08-15pretty: move trailer formatting to trailer.cJeff King-0/+18
2017-08-15interpret-trailers: add an option to unfold valuesJeff King-0/+29
2017-08-15interpret-trailers: add an option to show only existing trailersJeff King-4/+5
2017-08-15interpret-trailers: add an option to show only the trailersJeff King-9/+14
2017-08-14interpret-trailers: add options for actionsPaolo Bonzini-6/+28
2017-08-14trailers: introduce struct new_trailer_itemPaolo Bonzini-8/+11
2017-08-10trailer: put process_trailers() options into a structJeff King-4/+6
2017-07-25trailers: export action enums and corresponding lookup functionsPaolo Bonzini-32/+33
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2016-11-29trailer: have function to describe trailer layoutJonathan Tan-36/+82
2016-11-29trailer: avoid unnecessary splitting on linesJonathan Tan-94/+100
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan-1/+1
2016-11-29trailer: be stricter in parsing separatorsJonathan Tan-6/+23
2016-10-31Merge branch 'jt/trailer-with-cruft'Junio C Hamano-273/+347
2016-10-21trailer: support values folded to multiple linesJonathan Tan-7/+38
2016-10-21trailer: forbid leading whitespace in trailersJonathan Tan-1/+1
2016-10-21trailer: allow non-trailers in trailer blockJonathan Tan-13/+76
2016-10-21trailer: clarify failure modes in parse_trailerJonathan Tan-22/+53
2016-10-20trailer: make args have their own structJonathan Tan-50/+85
2016-10-20trailer: streamline trailer item create and addJonathan Tan-70/+60
2016-10-20trailer: use list.h for doubly-linked listJonathan Tan-167/+91
2016-10-14trailer: improve const correctnessJonathan Tan-7/+7
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano-6/+3
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin-1/+1
2016-02-29trailer.c: mark strings for translationNguyễn Thái Ngọc Duy-1/+1
2016-01-14interpret-trailers: add option for in-place editingTobias Klauser-1/+40
2016-01-14trailer: allow to write to files other than stdoutTobias Klauser-13/+15
2015-09-02Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano-4/+11
2015-08-31trailer: support multiline titleChristian Couder-4/+11
2015-08-28Merge branch 'cc/trailers-corner-case-fix'Junio C Hamano-1/+3
2015-08-26trailer: retitle a test and correct an in-comment messageChristian Couder-1/+2
2015-08-21trailer: ignore first line of messageChristian Couder-1/+2
2015-03-22trailer: use capture_commandJeff King-13/+5
2015-02-13do not include the same header twiceДилян Палаузов-1/+0
2014-12-22Merge branch 'cc/interpret-trailers-more'Junio C Hamano-7/+25
2014-11-19Merge branch 'cc/interpret-trailers'Junio C Hamano-4/+10