summaryrefslogtreecommitdiffstats
path: root/trailer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+2
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren1-1/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19config: mark unused callback parametersJeff King1-2/+4
2022-06-10Merge branch 'ab/env-array'Junio C Hamano1-1/+1
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
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