summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)Author
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King
2018-08-23interpret-trailers: tighten check for "---" patch boundaryJeff King
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Jeff King
2018-08-23trailer: use size_t for iterating trailer listJeff King
2018-08-23trailer: use size_t for string offsetsJeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-02-22trailer: rename 'template' variablesBrandon Williams
2018-02-22trailer: rename 'new' variablesBrandon Williams
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-08-27Merge branch 'jk/trailers-parse'Junio C Hamano
2017-08-15pretty: support normalization options for %(trailers)Jeff King
2017-08-15pretty: move trailer formatting to trailer.cJeff King
2017-08-15interpret-trailers: add an option to unfold valuesJeff King
2017-08-15interpret-trailers: add an option to show only existing trailersJeff King
2017-08-15interpret-trailers: add an option to show only the trailersJeff King
2017-08-14interpret-trailers: add options for actionsPaolo Bonzini
2017-08-14trailers: introduce struct new_trailer_itemPaolo Bonzini
2017-08-10trailer: put process_trailers() options into a structJeff King
2017-07-25trailers: export action enums and corresponding lookup functionsPaolo Bonzini
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-11-29trailer: have function to describe trailer layoutJonathan Tan
2016-11-29trailer: avoid unnecessary splitting on linesJonathan Tan
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan
2016-11-29trailer: be stricter in parsing separatorsJonathan Tan
2016-10-31Merge branch 'jt/trailer-with-cruft'Junio C Hamano
2016-10-21trailer: support values folded to multiple linesJonathan Tan
2016-10-21trailer: forbid leading whitespace in trailersJonathan Tan
2016-10-21trailer: allow non-trailers in trailer blockJonathan Tan
2016-10-21trailer: clarify failure modes in parse_trailerJonathan Tan
2016-10-20trailer: make args have their own structJonathan Tan
2016-10-20trailer: streamline trailer item create and addJonathan Tan
2016-10-20trailer: use list.h for doubly-linked listJonathan Tan
2016-10-14trailer: improve const correctnessJonathan Tan
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano
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