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
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
2023-09-11
trailer: split process_input_file into separate pieces
Linus Arver
-20
/
+22
2023-09-11
trailer: separate public from internal portion of trailer_iterator
Linus Arver
-5
/
+5
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-1
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-0
/
+2
2023-03-21
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
-1
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-0
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-2
/
+2
2022-08-19
config: mark unused callback parameters
Jeff King
-2
/
+4
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
-1
/
+1
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
-1
/
+1
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-05-04
trailer: add new .cmd config option
ZheNing Hu
-10
/
+25
2021-03-19
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
-3
/
+3
2021-03-13
use CALLOC_ARRAY
René Scharfe
-1
/
+1
2021-03-08
fix xcalloc() argument order
René Scharfe
-4
/
+4
2020-12-09
pretty format %(trailers): add a "key_value_separator"
Ævar Arnfjörð Bjarmason
-3
/
+8
2020-12-09
pretty format %(trailers): add a "keyonly"
Ævar Arnfjörð Bjarmason
-3
/
+6
[next]