🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.52.0-rc1
/
trailer.c
tag
f95a0c05a4928f989157cdb6457fcb7662b0ad51
tagger
Junio C Hamano <gitster@pobox.com>
Wed Nov 05 21:50:37 2025
object
77b7284ccab768981a2cd08b6b2f164d91201e18
Git 2.52-rc1
9ce196e
config: drop `git_config()` wrapper
by Patrick Steinhardt
· 5 months ago
80c9e70
global: trivial conversions to fix `-Wsign-compare` warnings
by Patrick Steinhardt
· 1 year ago
41f43b8
global: mark code units that generate warnings with `-Wsign-compare`
by Patrick Steinhardt
· 1 year ago
38e4df6
Merge branch 'la/trailer-info'
by Junio C Hamano
· 1 year, 1 month ago
ff31b7b
trailer: fix leaking strbufs when formatting trailers
by Patrick Steinhardt
· 1 year, 1 month ago
3f692fe
trailer: fix leaking trailer values
by Patrick Steinhardt
· 1 year, 1 month ago
3f0346d
trailer: spread usage of "trailer_block" language
by Linus Arver
· 1 year, 2 months ago
219de84
global: prepare for hiding away repo-less config functions
by Patrick Steinhardt
· 1 year, 4 months ago
b567004
global: improve const correctness when assigning string constants
by Patrick Steinhardt
· 1 year, 6 months ago
7593d66
Merge branch 'la/hide-trailer-info'
by Junio C Hamano
· 1 year, 7 months ago
4a86187
builtin/commit: refactor --trailer logic
by John Passaro
· 1 year, 7 months ago
5f80060
trailer: document parse_trailers() usage
by Linus Arver
· 1 year, 7 months ago
cf5c934
trailer: retire trailer_info_get() from API
by Linus Arver
· 1 year, 7 months ago
c1e4b2b
trailer: make trailer_info struct private
by Linus Arver
· 1 year, 7 months ago
24a25c6
trailer: make parse_trailers() return trailer_info pointer
by Linus Arver
· 1 year, 7 months ago
655eb65
interpret-trailers: access trailer_info with new helpers
by Linus Arver
· 1 year, 7 months ago
3be65e6
trailer: teach iterator about non-trailer lines
by Linus Arver
· 1 year, 7 months ago
c9f1f88
Merge branch 'la/format-trailer-info'
by Junio C Hamano
· 1 year, 8 months ago
dce1e0b
Merge branch 'jk/core-comment-string'
by Junio C Hamano
· 1 year, 8 months ago
3452d17
trailer: finish formatting unification
by Linus Arver
· 1 year, 9 months ago
676c1db
trailer: begin formatting unification
by Linus Arver
· 1 year, 9 months ago
9f0c970
format_trailer_info(): append newline for non-trailer lines
by Linus Arver
· 1 year, 9 months ago
41ea0a9
format_trailer_info(): drop redundant unfold_value()
by Linus Arver
· 1 year, 9 months ago
65b4ad8
format_trailer_info(): use trailer_item objects
by Linus Arver
· 1 year, 9 months ago
4fecb94
Merge branch 'la/trailer-api'
by Junio C Hamano
· 1 year, 9 months ago
2ec225d
find multi-byte comment chars in unterminated buffers
by Jeff King
· 1 year, 9 months ago
600559b
find multi-byte comment chars in NUL-terminated strings
by Jeff King
· 1 year, 9 months ago
35ca441
format_trailers_from_commit(): indirectly call trailer_info_get()
by Linus Arver
· 1 year, 10 months ago
2c948a7
format_trailer_info(): move "fast path" to caller
by Linus Arver
· 1 year, 10 months ago
bf35e0a
format_trailers(): use strbuf instead of FILE
by Linus Arver
· 1 year, 10 months ago
9aa1b2b
trailer_info_get(): reorder parameters
by Linus Arver
· 1 year, 10 months ago
ae0ec2e
trailer: move interpret_trailers() to interpret-trailers.c
by Linus Arver
· 1 year, 10 months ago
0383dc5
trailer: reorder format_trailers_from_commit() parameters
by Linus Arver
· 1 year, 10 months ago
7b1c6aa
trailer: rename functions to use 'trailer'
by Linus Arver
· 1 year, 10 months ago
a082e28
shortlog: add test for de-duplicating folded trailers
by Linus Arver
· 1 year, 10 months ago
0f3a461
trailer: free trailer_info _after_ all related usage
by Linus Arver
· 1 year, 10 months ago
58aa645
Merge branch 'la/trailer-cleanups'
by Junio C Hamano
· 1 year, 10 months ago
bc47139
trailer: fix comment/cut-line regression with opts->no_divider
by Jeff King
· 1 year, 10 months ago
59a29e1
Merge branch 'la/trailer-cleanups'
by Junio C Hamano
· 2 years ago
de7c27a
trailer: use offsets for trailer_start/trailer_end
by Linus Arver
· 2 years ago
97e9d0b
trailer: find the end of the log message
by Linus Arver
· 2 years ago
1b274c9
trailer: handle NULL value when parsing trailer-specific config
by Jeff King
· 2 years ago
ba176db
config: handle NULL value when parsing non-bools
by Jeff King
· 2 years ago
7cb26a1
commit: ignore_non_trailer computes number of bytes to ignore
by Linus Arver
· 2 years, 2 months ago
94430d0
trailer: split process_command_line_args into separate functions
by Linus Arver
· 2 years, 3 months ago
c2a8edf
trailer: split process_input_file into separate pieces
by Linus Arver
· 2 years, 3 months ago
13211ae
trailer: separate public from internal portion of trailer_iterator
by Linus Arver
· 2 years, 3 months ago
ce481ac
Merge branch 'cw/compat-util-header-cleanup'
by Junio C Hamano
· 2 years, 5 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 2 years, 5 months ago
a4e7e31
config: add ctx arg to config_fn_t
by Glen Choo
· 2 years, 6 months ago
9875058
treewide: remove cache.h inclusion due to environment.h changes
by Elijah Newren
· 2 years, 9 months ago
7ee24e1
environment: move comment_line_char from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years, 10 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by Ævar Arnfjörð Bjarmason
· 3 years, 3 months ago
783a86c
config: mark unused callback parameters
by Jeff King
· 3 years, 4 months ago
c21fa3b
Merge branch 'ab/env-array'
by Junio C Hamano
· 3 years, 6 months ago
29fda24
run-command API: rename "env_array" to "env"
by Ævar Arnfjörð Bjarmason
· 3 years, 6 months ago
2b0a58d
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
by Junio C Hamano
· 3 years, 7 months ago
afe8a90
tree-wide: apply equals-null.cocci
by Junio C Hamano
· 3 years, 7 months ago
c7c4bde
run-command API: remove "env" member, always use "env_array"
by Ævar Arnfjörð Bjarmason
· 4 years, 1 month ago
c364b7e
trailer: add new .cmd config option
by ZheNing Hu
· 4 years, 7 months ago
bfcc6e2
Merge branch 'rs/xcalloc-takes-nelem-first'
by Junio C Hamano
· 4 years, 9 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
241b5d3
fix xcalloc() argument order
by René Scharfe
· 4 years, 9 months ago
058761f
pretty format %(trailers): add a "key_value_separator"
by Ævar Arnfjörð Bjarmason
· 5 years ago
9d87d5a
pretty format %(trailers): add a "keyonly"
by Ævar Arnfjörð Bjarmason
· 5 years ago
8b966a0
pretty-format %(trailers): fix broken standalone "valueonly"
by Ævar Arnfjörð Bjarmason
· 5 years ago
2fa8aac
Merge branch 'jk/shortlog-group-by-trailer'
by Junio C Hamano
· 5 years ago
f0939a0
trailer: add interface for iterating over commit trailers
by Jeff King
· 5 years ago
afbdba3
run_command: teach API users to use embedded 'args' more
by Junio C Hamano
· 5 years ago
0b691d8
pretty: add support for separator option in %(trailers)
by Anders Waldenborg
· 7 years ago
d9b936d
pretty: add support for "valueonly" option in %(trailers)
by Anders Waldenborg
· 7 years ago
250bea0
pretty: allow showing specific trailers
by Anders Waldenborg
· 7 years ago
1688c9a
interpret-trailers: allow suppressing "---" divider
by Jeff King
· 7 years ago
c188668
interpret-trailers: tighten check for "---" patch boundary
by Jeff King
· 7 years ago
00a21f5
trailer: pass process_trailer_opts to trailer_info_get()
by Jeff King
· 7 years ago
a3b636e
trailer: use size_t for iterating trailer list
by Jeff King
· 7 years ago
0d2db00
trailer: use size_t for string offsets
by Jeff King
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 8 years ago
31c2c7a
trailer: rename 'template' variables
by Brandon Williams
· 8 years ago
1765132
trailer: rename 'new' variables
by Brandon Williams
· 8 years ago
076aa2c
tempfile: auto-allocate tempfiles on heap
by Jeff King
· 8 years ago
06cf4f2
Merge branch 'jk/trailers-parse'
by Junio C Hamano
· 8 years ago
58311c6
pretty: support normalization options for %(trailers)
by Jeff King
· 8 years ago
a388b10
pretty: move trailer formatting to trailer.c
by Jeff King
· 8 years ago
0000239
interpret-trailers: add an option to unfold values
by Jeff King
· 8 years ago
fdbdb64
interpret-trailers: add an option to show only existing trailers
by Jeff King
· 8 years ago
56c493e
interpret-trailers: add an option to show only the trailers
by Jeff King
· 8 years ago
0ea5292
interpret-trailers: add options for actions
by Paolo Bonzini
· 8 years ago
51166b8
trailers: introduce struct new_trailer_item
by Paolo Bonzini
· 8 years ago
8abc898
trailer: put process_trailers() options into a struct
by Jeff King
· 8 years ago
52fc319
trailers: export action enums and corresponding lookup functions
by Paolo Bonzini
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
e8c352c
trailer: have function to describe trailer layout
by Jonathan Tan
· 9 years ago
022349c
trailer: avoid unnecessary splitting on lines
by Jonathan Tan
· 9 years ago
710714a
commit: make ignore_non_trailer take buf/len
by Jonathan Tan
· 9 years ago
e431956
trailer: be stricter in parsing separators
by Jonathan Tan
· 9 years ago
cabb79d
Merge branch 'jt/trailer-with-cruft'
by Junio C Hamano
· 9 years ago
60ef86a
trailer: support values folded to multiple lines
by Jonathan Tan
· 9 years ago
Next »