summary refs log tree commit diff
path: root/trailer.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-25run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason1-1/+1
2021-05-04trailer: add new .cmd config optionZheNing Hu1-10/+25
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano1-3/+3
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2021-03-08fix xcalloc() argument orderRené Scharfe1-4/+4
2020-12-09pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason1-3/+8
2020-12-09pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason1-3/+6
2020-12-09pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason1-1/+2
2020-10-04Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano1-0/+36
2020-09-27trailer: add interface for iterating over commit trailersJeff King1-0/+36
2020-08-26run_command: teach API users to use embedded 'args' moreJunio C Hamano1-3/+1
2019-01-29pretty: add support for separator option in %(trailers)Anders Waldenborg1-2/+13
2019-01-29pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg1-2/+4
2019-01-29pretty: allow showing specific trailersAnders Waldenborg1-4/+6
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King1-1/+5
2018-08-23interpret-trailers: tighten check for "---" patch boundaryJeff King1-1/+3
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Jeff King1-3/+4
2018-08-23trailer: use size_t for iterating trailer listJeff King1-3/+3
2018-08-23trailer: use size_t for string offsetsJeff King1-19/+20
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-3/+3
2018-02-22trailer: rename 'template' variablesBrandon Williams1-5/+5
2018-02-22trailer: rename 'new' variablesBrandon Williams1-17/+17
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King1-3/+3
2017-08-26Merge branch 'jk/trailers-parse'Junio C Hamano1-16/+98
2017-08-15pretty: support normalization options for %(trailers)Jeff King1-2/+30
2017-08-15pretty: move trailer formatting to trailer.cJeff King1-0/+18
2017-08-15interpret-trailers: add an option to unfold valuesJeff King1-0/+29
2017-08-15interpret-trailers: add an option to show only existing trailersJeff King1-4/+5
2017-08-15interpret-trailers: add an option to show only the trailersJeff King1-9/+14
2017-08-14interpret-trailers: add options for actionsPaolo Bonzini1-6/+28
2017-08-14trailers: introduce struct new_trailer_itemPaolo Bonzini1-8/+11
2017-08-10trailer: put process_trailers() options into a structJeff King1-4/+6
2017-07-25trailers: export action enums and corresponding lookup functionsPaolo Bonzini1-32/+33
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-11-29trailer: have function to describe trailer layoutJonathan Tan1-36/+82
2016-11-29trailer: avoid unnecessary splitting on linesJonathan Tan1-94/+100
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan1-1/+1
2016-11-29trailer: be stricter in parsing separatorsJonathan Tan1-6/+23
2016-10-31Merge branch 'jt/trailer-with-cruft'Junio C Hamano1-273/+347
2016-10-21trailer: support values folded to multiple linesJonathan Tan1-7/+38
2016-10-21trailer: forbid leading whitespace in trailersJonathan Tan1-1/+1
2016-10-21trailer: allow non-trailers in trailer blockJonathan Tan1-13/+76
2016-10-21trailer: clarify failure modes in parse_trailerJonathan Tan1-22/+53
2016-10-20trailer: make args have their own structJonathan Tan1-50/+85
2016-10-20trailer: streamline trailer item create and addJonathan Tan1-70/+60
2016-10-20trailer: use list.h for doubly-linked listJonathan Tan1-167/+91
2016-10-14trailer: improve const correctnessJonathan Tan1-7/+7
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano1-6/+3
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin1-1/+1
2016-02-29trailer.c: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1