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