index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
trailer.c
Age
Commit message (
Expand
)
Author
Lines
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
-1
/
+1
2026-03-17
strbuf_attach: fix call sites to pass correct alloc
Vaidas Pilkauskas
-1
/
+1
2026-03-06
commit, tag: parse --trailer with OPT_STRVEC
Li Chen
-23
/
+2
2026-03-06
trailer: append trailers without fork/exec
Li Chen
-9
/
+124
2026-03-06
trailer: libify a couple of functions
Li Chen
-0
/
+70
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-2
/
+2
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
-3
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-11-20
Merge branch 'la/trailer-info'
Junio C Hamano
-47
/
+48
2024-11-04
trailer: fix leaking strbufs when formatting trailers
Patrick Steinhardt
-5
/
+7
2024-11-04
trailer: fix leaking trailer values
Patrick Steinhardt
-2
/
+8
2024-10-14
trailer: spread usage of "trailer_block" language
Linus Arver
-47
/
+48
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
-0
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-1
/
+1
2024-05-23
Merge branch 'la/hide-trailer-info'
Junio C Hamano
-62
/
+105
2024-05-07
builtin/commit: refactor --trailer logic
John Passaro
-0
/
+12
2024-05-02
trailer: document parse_trailers() usage
Linus Arver
-4
/
+4
2024-05-02
trailer: retire trailer_info_get() from API
Linus Arver
-46
/
+46
2024-05-02
trailer: make trailer_info struct private
Linus Arver
-0
/
+21
2024-05-02
trailer: make parse_trailers() return trailer_info pointer
Linus Arver
-19
/
+22
2024-05-02
interpret-trailers: access trailer_info with new helpers
Linus Arver
-0
/
+21
2024-05-02
trailer: teach iterator about non-trailer lines
Linus Arver
-7
/
+5
2024-04-23
Merge branch 'la/format-trailer-info'
Junio C Hamano
-52
/
+29
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
-3
/
+3
2024-03-15
trailer: finish formatting unification
Linus Arver
-4
/
+4
2024-03-15
trailer: begin formatting unification
Linus Arver
-37
/
+17
2024-03-15
format_trailer_info(): append newline for non-trailer lines
Linus Arver
-2
/
+3
2024-03-15
format_trailer_info(): drop redundant unfold_value()
Linus Arver
-3
/
+0
2024-03-15
format_trailer_info(): use trailer_item objects
Linus Arver
-11
/
+10
2024-03-14
Merge branch 'la/trailer-api'
Junio C Hamano
-135
/
+46
2024-03-12
find multi-byte comment chars in unterminated buffers
Jeff King
-2
/
+2
2024-03-12
find multi-byte comment chars in NUL-terminated strings
Jeff King
-1
/
+1
2024-03-01
format_trailers_from_commit(): indirectly call trailer_info_get()
Linus Arver
-1
/
+4
2024-03-01
format_trailer_info(): move "fast path" to caller
Linus Arver
-11
/
+9
2024-03-01
format_trailers(): use strbuf instead of FILE
Linus Arver
-6
/
+7
2024-03-01
trailer_info_get(): reorder parameters
Linus Arver
-5
/
+6
2024-03-01
trailer: move interpret_trailers() to interpret-trailers.c
Linus Arver
-106
/
+13
2024-03-01
trailer: reorder format_trailers_from_commit() parameters
Linus Arver
-5
/
+6
2024-03-01
trailer: rename functions to use 'trailer'
Linus Arver
-13
/
+13
2024-03-01
shortlog: add test for de-duplicating folded trailers
Linus Arver
-0
/
+1
2024-03-01
trailer: free trailer_info _after_ all related usage
Linus Arver
-2
/
+1
2024-02-19
Merge branch 'la/trailer-cleanups'
Junio C Hamano
-8
/
+7
2024-02-19
trailer: fix comment/cut-line regression with opts->no_divider
Jeff King
-8
/
+7
2024-01-02
Merge branch 'la/trailer-cleanups'
Junio C Hamano
-34
/
+50
2023-12-20
trailer: use offsets for trailer_start/trailer_end
Linus Arver
-15
/
+14
2023-12-20
trailer: find the end of the log message
Linus Arver
-23
/
+40
2023-12-09
trailer: handle NULL value when parsing trailer-specific config
Jeff King
-0
/
+6
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
-0
/
+2
2023-10-20
commit: ignore_non_trailer computes number of bytes to ignore
Linus Arver
-1
/
+1
2023-09-11
trailer: split process_command_line_args into separate functions
Linus Arver
-13
/
+21
[next]