index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
interpret-trailers.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2024-10-14
trailer: spread usage of "trailer_block" language
Linus Arver
1
-12
/
+13
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-06
interpret-trailers: handle message without trailing newline
Brian Lyles
1
-0
/
+1
2024-05-23
Merge branch 'la/hide-trailer-info'
Junio C Hamano
1
-6
/
+6
2024-05-02
trailer: make parse_trailers() return trailer_info pointer
Linus Arver
1
-2
/
+2
2024-05-02
interpret-trailers: access trailer_info with new helpers
Linus Arver
1
-6
/
+6
2024-03-25
Merge branch 'ja/doc-formatting-fix'
Junio C Hamano
1
-1
/
+1
2024-03-16
doc: fix some placeholders formating
Jean-Noël Avila
1
-1
/
+1
2024-03-01
format_trailers(): use strbuf instead of FILE
Linus Arver
1
-1
/
+5
2024-03-01
trailer: move interpret_trailers() to interpret-trailers.c
Linus Arver
1
-0
/
+93
2024-03-01
trailer: rename functions to use 'trailer'
Linus Arver
1
-2
/
+2
2023-10-13
Merge branch 'la/trailer-test-and-doc-updates'
Junio C Hamano
1
-6
/
+6
2023-09-07
trailer doc: <token> is a <key> or <keyAlias>, not both
Linus Arver
1
-1
/
+1
2023-09-07
trailer --unfold help: prefer "reformat" over "join"
Linus Arver
1
-1
/
+1
2023-09-07
trailer --only-input: prefer "configuration variables" over "rules"
Linus Arver
1
-1
/
+1
2023-09-07
trailer --parse help: expose aliased options
Linus Arver
1
-1
/
+1
2023-09-07
trailer --no-divider help: describe usual "---" meaning
Linus Arver
1
-1
/
+1
2023-09-07
trailer: trailer location is a place, not an action
Linus Arver
1
-1
/
+1
2023-09-05
interpret-trailers: mark unused "unset" parameters in option callbacks
Jeff King
1
-3
/
+6
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-6
/
+6
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2022-10-13
doc txt & -h consistency: add missing options
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2019-06-19
interpret-trailers: load default config
Jeff King
1
-0
/
+3
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+2
2018-08-23
interpret-trailers: allow suppressing "---" divider
Jeff King
1
-0
/
+1
2017-08-26
Merge branch 'jk/trailers-parse'
Junio C Hamano
1
-7
/
+27
2017-08-15
interpret-trailers: add --parse convenience option
Jeff King
1
-0
/
+12
2017-08-15
interpret-trailers: add an option to unfold values
Jeff King
1
-0
/
+1
2017-08-15
interpret-trailers: add an option to show only existing trailers
Jeff King
1
-0
/
+7
2017-08-15
interpret-trailers: add an option to show only the trailers
Jeff King
1
-0
/
+1
2017-08-14
interpret-trailers: add options for actions
Paolo Bonzini
1
-0
/
+32
2017-08-14
trailers: introduce struct new_trailer_item
Paolo Bonzini
1
-4
/
+37
2017-08-10
trailer: put process_trailers() options into a struct
Jeff King
1
-7
/
+6
2016-06-13
Merge branch 'jk/parseopt-string-list' into jk/string-list-static-init
Junio C Hamano
1
-1
/
+1
2016-06-13
interpret-trailers: don't duplicate option strings
Jeff King
1
-1
/
+1
2016-01-14
interpret-trailers: add option for in-place editing
Tobias Klauser
1
-4
/
+9
2014-10-13
trailer: add interpret-trailers command
Christian Couder
1
-0
/
+44