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