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
*
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
|
*
trailer: forbid leading whitespace in trailers
Jonathan Tan
2016-10-21
1
-1
/
+1
|
*
trailer: allow non-trailers in trailer block
Jonathan Tan
2016-10-21
1
-13
/
+76
|
*
trailer: clarify failure modes in parse_trailer
Jonathan Tan
2016-10-21
1
-22
/
+53
|
*
trailer: make args have their own struct
Jonathan Tan
2016-10-21
1
-50
/
+85
|
*
trailer: streamline trailer item create and add
Jonathan Tan
2016-10-21
1
-70
/
+60
|
*
trailer: use list.h for doubly-linked list
Jonathan Tan
2016-10-21
1
-167
/
+91
|
*
trailer: improve const correctness
Jonathan Tan
2016-10-14
1
-7
/
+7
*
|
cocci: refactor common patterns to use xstrdup_or_null()
Junio C Hamano
2016-10-12
1
-6
/
+3
|
/
*
die("bug"): report bugs consistently
Johannes Schindelin
2016-07-26
1
-1
/
+1
*
trailer.c: mark strings for translation
Nguyễn Thái Ngọc Duy
2016-02-29
1
-1
/
+1
*
interpret-trailers: add option for in-place editing
Tobias Klauser
2016-01-14
1
-1
/
+40
[next]