index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-0
/
+2
2023-03-21
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
1
-1
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
config: mark unused callback parameters
Jeff King
1
-2
/
+4
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
1
-1
/
+1
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-05-04
trailer: add new .cmd config option
ZheNing Hu
1
-10
/
+25
2021-03-19
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
1
-3
/
+3
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-03-08
fix xcalloc() argument order
René Scharfe
1
-4
/
+4
2020-12-09
pretty format %(trailers): add a "key_value_separator"
Ævar Arnfjörð Bjarmason
1
-3
/
+8
2020-12-09
pretty format %(trailers): add a "keyonly"
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2020-12-09
pretty-format %(trailers): fix broken standalone "valueonly"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2020-10-04
Merge branch 'jk/shortlog-group-by-trailer'
Junio C Hamano
1
-0
/
+36
2020-09-27
trailer: add interface for iterating over commit trailers
Jeff King
1
-0
/
+36
2020-08-26
run_command: teach API users to use embedded 'args' more
Junio C Hamano
1
-3
/
+1
2019-01-29
pretty: add support for separator option in %(trailers)
Anders Waldenborg
1
-2
/
+13
2019-01-29
pretty: add support for "valueonly" option in %(trailers)
Anders Waldenborg
1
-2
/
+4
2019-01-29
pretty: allow showing specific trailers
Anders Waldenborg
1
-4
/
+6
2018-08-23
interpret-trailers: allow suppressing "---" divider
Jeff King
1
-1
/
+5
2018-08-23
interpret-trailers: tighten check for "---" patch boundary
Jeff King
1
-1
/
+3
2018-08-23
trailer: pass process_trailer_opts to trailer_info_get()
Jeff King
1
-3
/
+4
2018-08-23
trailer: use size_t for iterating trailer list
Jeff King
1
-3
/
+3
2018-08-23
trailer: use size_t for string offsets
Jeff King
1
-19
/
+20
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-3
/
+3
2018-02-22
trailer: rename 'template' variables
Brandon Williams
1
-5
/
+5
2018-02-22
trailer: rename 'new' variables
Brandon Williams
1
-17
/
+17
2017-09-06
tempfile: auto-allocate tempfiles on heap
Jeff King
1
-3
/
+3
2017-08-26
Merge branch 'jk/trailers-parse'
Junio C Hamano
1
-16
/
+98
2017-08-15
pretty: support normalization options for %(trailers)
Jeff King
1
-2
/
+30
2017-08-15
pretty: move trailer formatting to trailer.c
Jeff King
1
-0
/
+18
2017-08-15
interpret-trailers: add an option to unfold values
Jeff King
1
-0
/
+29
2017-08-15
interpret-trailers: add an option to show only existing trailers
Jeff King
1
-4
/
+5
2017-08-15
interpret-trailers: add an option to show only the trailers
Jeff King
1
-9
/
+14
2017-08-14
interpret-trailers: add options for actions
Paolo Bonzini
1
-6
/
+28
2017-08-14
trailers: introduce struct new_trailer_item
Paolo Bonzini
1
-8
/
+11
2017-08-10
trailer: put process_trailers() options into a struct
Jeff King
1
-4
/
+6
2017-07-25
trailers: export action enums and corresponding lookup functions
Paolo Bonzini
1
-32
/
+33
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2016-11-29
trailer: have function to describe trailer layout
Jonathan Tan
1
-36
/
+82
2016-11-29
trailer: avoid unnecessary splitting on lines
Jonathan Tan
1
-94
/
+100
2016-11-29
commit: make ignore_non_trailer take buf/len
Jonathan Tan
1
-1
/
+1
[next]