- 59a29e1 Merge branch 'la/trailer-cleanups' by Junio C Hamano · 1 year, 2 months ago
- de7c27a trailer: use offsets for trailer_start/trailer_end by Linus Arver · 1 year, 5 months ago
- 97e9d0b trailer: find the end of the log message by Linus Arver · 1 year, 5 months ago
- 1b274c9 trailer: handle NULL value when parsing trailer-specific config by Jeff King · 1 year, 3 months ago
- ba176db config: handle NULL value when parsing non-bools by Jeff King · 1 year, 3 months ago
- 7cb26a1 commit: ignore_non_trailer computes number of bytes to ignore by Linus Arver · 1 year, 5 months ago
- 94430d0 trailer: split process_command_line_args into separate functions by Linus Arver · 1 year, 6 months ago
- c2a8edf trailer: split process_input_file into separate pieces by Linus Arver · 1 year, 6 months ago
- 13211ae trailer: separate public from internal portion of trailer_iterator by Linus Arver · 1 year, 6 months ago
- ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 8 months ago
- 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
- a4e7e31 config: add ctx arg to config_fn_t by Glen Choo · 1 year, 8 months ago
- 9875058 treewide: remove cache.h inclusion due to environment.h changes by Elijah Newren · 2 years ago
- 7ee24e1 environment: move comment_line_char from cache.h by Elijah Newren · 2 years ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years ago
- 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
- 783a86c config: mark unused callback parameters by Jeff King · 2 years, 7 months ago
- c21fa3b Merge branch 'ab/env-array' by Junio C Hamano · 2 years, 9 months ago
- 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
- 2b0a58d Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 by Junio C Hamano · 2 years, 10 months ago
- afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
- c7c4bde run-command API: remove "env" member, always use "env_array" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
- c364b7e trailer: add new .cmd config option by ZheNing Hu · 3 years, 10 months ago
- bfcc6e2 Merge branch 'rs/xcalloc-takes-nelem-first' by Junio C Hamano · 4 years ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 241b5d3 fix xcalloc() argument order by René Scharfe · 4 years ago
- 058761f pretty format %(trailers): add a "key_value_separator" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
- 9d87d5a pretty format %(trailers): add a "keyonly" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
- 8b966a0 pretty-format %(trailers): fix broken standalone "valueonly" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
- 2fa8aac Merge branch 'jk/shortlog-group-by-trailer' by Junio C Hamano · 4 years, 5 months ago
- f0939a0 trailer: add interface for iterating over commit trailers by Jeff King · 4 years, 5 months ago
- afbdba3 run_command: teach API users to use embedded 'args' more by Junio C Hamano · 4 years, 6 months ago
- 0b691d8 pretty: add support for separator option in %(trailers) by Anders Waldenborg · 6 years ago
- d9b936d pretty: add support for "valueonly" option in %(trailers) by Anders Waldenborg · 6 years ago
- 250bea0 pretty: allow showing specific trailers by Anders Waldenborg · 6 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 · 7 years ago
- 31c2c7a trailer: rename 'template' variables by Brandon Williams · 7 years ago
- 1765132 trailer: rename 'new' variables by Brandon Williams · 7 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 · 8 years ago
- 022349c trailer: avoid unnecessary splitting on lines by Jonathan Tan · 8 years ago
- 710714a commit: make ignore_non_trailer take buf/len by Jonathan Tan · 8 years ago
- e431956 trailer: be stricter in parsing separators by Jonathan Tan · 8 years ago
- cabb79d Merge branch 'jt/trailer-with-cruft' by Junio C Hamano · 8 years ago
- 60ef86a trailer: support values folded to multiple lines by Jonathan Tan · 8 years ago
- c463a6b trailer: forbid leading whitespace in trailers by Jonathan Tan · 8 years ago
- 1462450 trailer: allow non-trailers in trailer block by Jonathan Tan · 8 years ago
- fdbf451 trailer: clarify failure modes in parse_trailer by Jonathan Tan · 8 years ago
- cc71b0d trailer: make args have their own struct by Jonathan Tan · 8 years ago
- 63ab3f3 trailer: streamline trailer item create and add by Jonathan Tan · 8 years ago
- 8966a39 trailer: use list.h for doubly-linked list by Jonathan Tan · 8 years ago
- d65fd42 trailer: improve const correctness by Jonathan Tan · 8 years ago
- 13092a9 cocci: refactor common patterns to use xstrdup_or_null() by Junio C Hamano · 8 years ago
- ef1177d1 die("bug"): report bugs consistently by Johannes Schindelin · 9 years ago
- 13ad56f trailer.c: mark strings for translation by Nguyễn Thái Ngọc Duy · 9 years ago
- e1f8986 interpret-trailers: add option for in-place editing by Tobias Klauser · 9 years ago
- d0d2344 trailer: allow to write to files other than stdout by Tobias Klauser · 9 years ago
- cdd00df Merge branch 'cc/trailers-corner-case-fix' by Junio C Hamano · 10 years ago
- 5c99995 trailer: support multiline title by Christian Couder · 10 years ago
- 483c9b8 Merge branch 'cc/trailers-corner-case-fix' by Junio C Hamano · 10 years ago
- 6262fe9 trailer: retitle a test and correct an in-comment message by Christian Couder · 10 years ago
- dc5d553 trailer: ignore first line of message by Christian Couder · 10 years ago
- c5eadca trailer: use capture_command by Jeff King · 10 years ago
- 5d30851 do not include the same header twice by Дилян Палаузов · 10 years ago
- 0ed8a4e Merge branch 'cc/interpret-trailers-more' by Junio C Hamano · 10 years ago
- d4c4f18 Merge branch 'cc/interpret-trailers' by Junio C Hamano · 10 years ago
- b226293 trailer: use CHILD_PROCESS_INIT in apply_command() by René Scharfe · 10 years ago
- 61cfef4 trailer: reuse ignore_non_trailer() to ignore conflict lines by Christian Couder · 10 years ago
- d52adf1 trailer: display a trailer without its trailing newline by Christian Couder · 10 years ago
- 2887103 trailer: ignore comment lines inside the trailers by Christian Couder · 10 years ago
- 8828f29 use child_process_init() to initialize struct child_process variables by René Scharfe · 10 years ago
- 85039fb trailer: execute command from 'trailer.<name>.command' by Christian Couder · 10 years ago
- b1d78d7 trailer: put all the processing together and print by Christian Couder · 10 years ago
- 2013d85 trailer: parse trailers from file or stdin by Christian Couder · 10 years ago
- f0a90b4 trailer: process command line trailer arguments by Christian Couder · 10 years ago
- 46a0613 trailer: read and process config information by Christian Couder · 10 years ago
- 4103818 trailer: process trailers from input message and arguments by Christian Couder · 10 years ago
- 9385b5d trailer: add data structures and basic functions by Christian Couder · 10 years ago