summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)Author
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-08fix xcalloc() argument orderRené Scharfe
2020-12-09pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason
2020-12-09pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason
2020-12-09pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano
2020-09-27trailer: add interface for iterating over commit trailersJeff King
2020-08-26run_command: teach API users to use embedded 'args' moreJunio C Hamano
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg
2019-01-29pretty: allow showing specific trailersAnders Waldenborg
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