summaryrefslogtreecommitdiff
path: root/trailer.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-05-23Merge branch 'la/hide-trailer-info'Junio C Hamano1-62/+105
2024-05-07builtin/commit: refactor --trailer logicJohn Passaro1-0/+12
2024-05-02trailer: document parse_trailers() usageLinus Arver1-4/+4
2024-05-02trailer: retire trailer_info_get() from APILinus Arver1-46/+46
2024-05-02trailer: make trailer_info struct privateLinus Arver1-0/+21
2024-05-02trailer: make parse_trailers() return trailer_info pointerLinus Arver1-19/+22
2024-05-02interpret-trailers: access trailer_info with new helpersLinus Arver1-0/+21
2024-05-02trailer: teach iterator about non-trailer linesLinus Arver1-7/+5
2024-04-23Merge branch 'la/format-trailer-info'Junio C Hamano1-52/+29
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-3/+3
2024-03-15trailer: finish formatting unificationLinus Arver1-4/+4
2024-03-15trailer: begin formatting unificationLinus Arver1-37/+17
2024-03-15format_trailer_info(): append newline for non-trailer linesLinus Arver1-2/+3
2024-03-15format_trailer_info(): drop redundant unfold_value()Linus Arver1-3/+0
2024-03-15format_trailer_info(): use trailer_item objectsLinus Arver1-11/+10
2024-03-14Merge branch 'la/trailer-api'Junio C Hamano1-135/+46
2024-03-12find multi-byte comment chars in unterminated buffersJeff King1-2/+2
2024-03-12find multi-byte comment chars in NUL-terminated stringsJeff King1-1/+1
2024-03-01format_trailers_from_commit(): indirectly call trailer_info_get()Linus Arver1-1/+4
2024-03-01format_trailer_info(): move "fast path" to callerLinus Arver1-11/+9
2024-03-01format_trailers(): use strbuf instead of FILELinus Arver1-6/+7
2024-03-01trailer_info_get(): reorder parametersLinus Arver1-5/+6
2024-03-01trailer: move interpret_trailers() to interpret-trailers.cLinus Arver1-106/+13
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver1-5/+6
2024-03-01trailer: rename functions to use 'trailer'Linus Arver1-13/+13
2024-03-01shortlog: add test for de-duplicating folded trailersLinus Arver1-0/+1
2024-03-01trailer: free trailer_info _after_ all related usageLinus Arver1-2/+1
2024-02-19Merge branch 'la/trailer-cleanups'Junio C Hamano1-8/+7
2024-02-19trailer: fix comment/cut-line regression with opts->no_dividerJeff King1-8/+7
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano1-34/+50
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver1-15/+14
2023-12-20trailer: find the end of the log messageLinus Arver1-23/+40
2023-12-09trailer: handle NULL value when parsing trailer-specific configJeff King1-0/+6
2023-12-09config: handle NULL value when parsing non-boolsJeff King1-0/+2
2023-10-20commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver1-1/+1
2023-09-11trailer: split process_command_line_args into separate functionsLinus Arver1-13/+21
2023-09-11trailer: split process_input_file into separate piecesLinus Arver1-20/+22
2023-09-11trailer: separate public from internal portion of trailer_iteratorLinus Arver1-5/+5
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