summaryrefslogtreecommitdiffstats
path: root/trailer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * trailer: forbid leading whitespace in trailersJonathan Tan2016-10-211-1/+1
| * trailer: allow non-trailers in trailer blockJonathan Tan2016-10-211-13/+76
| * trailer: clarify failure modes in parse_trailerJonathan Tan2016-10-211-22/+53
| * trailer: make args have their own structJonathan Tan2016-10-201-50/+85
| * trailer: streamline trailer item create and addJonathan Tan2016-10-201-70/+60
| * trailer: use list.h for doubly-linked listJonathan Tan2016-10-201-167/+91
| * trailer: improve const correctnessJonathan Tan2016-10-141-7/+7
* | cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano2016-10-121-6/+3
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+1
* trailer.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-291-1/+1
* interpret-trailers: add option for in-place editingTobias Klauser2016-01-141-1/+40