summaryrefslogtreecommitdiffstats
path: root/trailer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/commit: refactor --trailer logicJohn Passaro2024-05-071-0/+12
* Merge branch 'la/format-trailer-info'Junio C Hamano2024-04-231-52/+29
|\
| * trailer: finish formatting unificationLinus Arver2024-03-151-4/+4
| * trailer: begin formatting unificationLinus Arver2024-03-151-37/+17
| * format_trailer_info(): append newline for non-trailer linesLinus Arver2024-03-151-2/+3
| * format_trailer_info(): drop redundant unfold_value()Linus Arver2024-03-151-3/+0
| * format_trailer_info(): use trailer_item objectsLinus Arver2024-03-151-11/+10
* | Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-3/+3
|\ \ | |/ |/|
| * find multi-byte comment chars in unterminated buffersJeff King2024-03-121-2/+2
| * find multi-byte comment chars in NUL-terminated stringsJeff King2024-03-121-1/+1
* | Merge branch 'la/trailer-api'Junio C Hamano2024-03-141-135/+46
|\ \ | |/ |/|
| * format_trailers_from_commit(): indirectly call trailer_info_get()Linus Arver2024-03-011-1/+4
| * format_trailer_info(): move "fast path" to callerLinus Arver2024-03-011-11/+9
| * format_trailers(): use strbuf instead of FILELinus Arver2024-03-011-6/+7
| * trailer_info_get(): reorder parametersLinus Arver2024-03-011-5/+6
| * trailer: move interpret_trailers() to interpret-trailers.cLinus Arver2024-03-011-106/+13
| * trailer: reorder format_trailers_from_commit() parametersLinus Arver2024-03-011-5/+6
| * trailer: rename functions to use 'trailer'Linus Arver2024-03-011-13/+13
| * shortlog: add test for de-duplicating folded trailersLinus Arver2024-03-011-0/+1
| * trailer: free trailer_info _after_ all related usageLinus Arver2024-03-011-2/+1
* | Merge branch 'la/trailer-cleanups'Junio C Hamano2024-02-201-8/+7
|\ \ | |/ |/|
| * trailer: fix comment/cut-line regression with opts->no_dividerJeff King2024-02-201-8/+7
* | Merge branch 'la/trailer-cleanups'Junio C Hamano2024-01-021-34/+50
|\|
| * trailer: use offsets for trailer_start/trailer_endLinus Arver2023-12-201-15/+14
| * trailer: find the end of the log messageLinus Arver2023-12-201-23/+40
| * commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver2023-10-201-1/+1
* | trailer: handle NULL value when parsing trailer-specific configJeff King2023-12-091-0/+6
* | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+2
|/
* trailer: split process_command_line_args into separate functionsLinus Arver2023-09-111-13/+21
* trailer: split process_input_file into separate piecesLinus Arver2023-09-111-20/+22
* trailer: separate public from internal portion of trailer_iteratorLinus Arver2023-09-111-5/+5
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | config: add ctx arg to config_fn_tGlen Choo2023-06-281-0/+2
|/
* 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-241-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-111-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-261-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-141-1/+1
* | pretty format %(trailers): add a "key_value_separator"Ævar Arnfjörð Bjarmason2020-12-091-3/+8