summaryrefslogtreecommitdiff
path: root/trailer.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+1
* environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* config: mark unused callback parametersJeff King2022-08-191-2/+4
* Merge branch 'ab/env-array'Junio C Hamano2022-06-101-1/+1
|\
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
|\ \ | |/ |/|
| * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason2021-11-251-1/+1
|/
* trailer: add new .cmd config optionZheNing Hu2021-05-041-10/+25
* Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano2021-03-191-3/+3
|\
| * fix xcalloc() argument orderRené Scharfe2021-03-081-4/+4
* | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* | pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason2020-12-091-3/+8
* | pretty format %(trailers): add a "keyonly"Ævar Arnfjörð Bjarmason2020-12-091-3/+6
* | pretty-format %(trailers): fix broken standalone "valueonly"Ævar Arnfjörð Bjarmason2020-12-091-1/+2
|/
* Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano2020-10-041-0/+36
|\
| * trailer: add interface for iterating over commit trailersJeff King2020-09-271-0/+36
* | run_command: teach API users to use embedded 'args' moreJunio C Hamano2020-08-261-3/+1
|/
* pretty: add support for separator option in %(trailers)Anders Waldenborg2019-01-291-2/+13
* pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg2019-01-291-2/+4
* pretty: allow showing specific trailersAnders Waldenborg2019-01-291-4/+6
* interpret-trailers: allow suppressing "---" dividerJeff King2018-08-231-1/+5
* interpret-trailers: tighten check for "---" patch boundaryJeff King2018-08-231-1/+3
* trailer: pass process_trailer_opts to trailer_info_get()Jeff King2018-08-231-3/+4
* trailer: use size_t for iterating trailer listJeff King2018-08-231-3/+3
* trailer: use size_t for string offsetsJeff King2018-08-231-19/+20
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-3/+3
* trailer: rename 'template' variablesBrandon Williams2018-02-221-5/+5
* trailer: rename 'new' variablesBrandon Williams2018-02-221-17/+17
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-3/+3
* Merge branch 'jk/trailers-parse'Junio C Hamano2017-08-261-16/+98
|\
| * pretty: support normalization options for %(trailers)Jeff King2017-08-151-2/+30
| * pretty: move trailer formatting to trailer.cJeff King2017-08-151-0/+18
| * interpret-trailers: add an option to unfold valuesJeff King2017-08-151-0/+29
| * interpret-trailers: add an option to show only existing trailersJeff King2017-08-151-4/+5
| * interpret-trailers: add an option to show only the trailersJeff King2017-08-151-9/+14
| * trailer: put process_trailers() options into a structJeff King2017-08-101-4/+6
* | interpret-trailers: add options for actionsPaolo Bonzini2017-08-141-6/+28
* | trailers: introduce struct new_trailer_itemPaolo Bonzini2017-08-141-8/+11
* | trailers: export action enums and corresponding lookup functionsPaolo Bonzini2017-07-251-32/+33
* | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/
* trailer: have function to describe trailer layoutJonathan Tan2016-11-291-36/+82
* trailer: avoid unnecessary splitting on linesJonathan Tan2016-11-291-94/+100
* commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-291-1/+1
* trailer: be stricter in parsing separatorsJonathan Tan2016-11-291-6/+23
* Merge branch 'jt/trailer-with-cruft'Junio C Hamano2016-10-311-273/+347
|\
| * trailer: support values folded to multiple linesJonathan Tan2016-10-211-7/+38