1. 59a29e1 Merge branch 'la/trailer-cleanups' by Junio C Hamano · 1 year, 2 months ago
  2. de7c27a trailer: use offsets for trailer_start/trailer_end by Linus Arver · 1 year, 5 months ago
  3. 97e9d0b trailer: find the end of the log message by Linus Arver · 1 year, 5 months ago
  4. 1b274c9 trailer: handle NULL value when parsing trailer-specific config by Jeff King · 1 year, 3 months ago
  5. ba176db config: handle NULL value when parsing non-bools by Jeff King · 1 year, 3 months ago
  6. 7cb26a1 commit: ignore_non_trailer computes number of bytes to ignore by Linus Arver · 1 year, 5 months ago
  7. 94430d0 trailer: split process_command_line_args into separate functions by Linus Arver · 1 year, 6 months ago
  8. c2a8edf trailer: split process_input_file into separate pieces by Linus Arver · 1 year, 6 months ago
  9. 13211ae trailer: separate public from internal portion of trailer_iterator by Linus Arver · 1 year, 6 months ago
  10. ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 8 months ago
  11. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  12. a4e7e31 config: add ctx arg to config_fn_t by Glen Choo · 1 year, 8 months ago
  13. 9875058 treewide: remove cache.h inclusion due to environment.h changes by Elijah Newren · 2 years ago
  14. 7ee24e1 environment: move comment_line_char from cache.h by Elijah Newren · 2 years ago
  15. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  16. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years ago
  17. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  18. 783a86c config: mark unused callback parameters by Jeff King · 2 years, 7 months ago
  19. c21fa3b Merge branch 'ab/env-array' by Junio C Hamano · 2 years, 9 months ago
  20. 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  21. 2b0a58d Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 by Junio C Hamano · 2 years, 10 months ago
  22. afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
  23. c7c4bde run-command API: remove "env" member, always use "env_array" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  24. c364b7e trailer: add new .cmd config option by ZheNing Hu · 3 years, 10 months ago
  25. bfcc6e2 Merge branch 'rs/xcalloc-takes-nelem-first' by Junio C Hamano · 4 years ago
  26. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  27. 241b5d3 fix xcalloc() argument order by René Scharfe · 4 years ago
  28. 058761f pretty format %(trailers): add a "key_value_separator" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  29. 9d87d5a pretty format %(trailers): add a "keyonly" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  30. 8b966a0 pretty-format %(trailers): fix broken standalone "valueonly" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  31. 2fa8aac Merge branch 'jk/shortlog-group-by-trailer' by Junio C Hamano · 4 years, 5 months ago
  32. f0939a0 trailer: add interface for iterating over commit trailers by Jeff King · 4 years, 5 months ago
  33. afbdba3 run_command: teach API users to use embedded 'args' more by Junio C Hamano · 4 years, 6 months ago
  34. 0b691d8 pretty: add support for separator option in %(trailers) by Anders Waldenborg · 6 years ago
  35. d9b936d pretty: add support for "valueonly" option in %(trailers) by Anders Waldenborg · 6 years ago
  36. 250bea0 pretty: allow showing specific trailers by Anders Waldenborg · 6 years ago
  37. 1688c9a interpret-trailers: allow suppressing "---" divider by Jeff King · 7 years ago
  38. c188668 interpret-trailers: tighten check for "---" patch boundary by Jeff King · 7 years ago
  39. 00a21f5 trailer: pass process_trailer_opts to trailer_info_get() by Jeff King · 7 years ago
  40. a3b636e trailer: use size_t for iterating trailer list by Jeff King · 7 years ago
  41. 0d2db00 trailer: use size_t for string offsets by Jeff King · 7 years ago
  42. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  43. 31c2c7a trailer: rename 'template' variables by Brandon Williams · 7 years ago
  44. 1765132 trailer: rename 'new' variables by Brandon Williams · 7 years ago
  45. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 8 years ago
  46. 06cf4f2 Merge branch 'jk/trailers-parse' by Junio C Hamano · 8 years ago
  47. 58311c6 pretty: support normalization options for %(trailers) by Jeff King · 8 years ago
  48. a388b10 pretty: move trailer formatting to trailer.c by Jeff King · 8 years ago
  49. 0000239 interpret-trailers: add an option to unfold values by Jeff King · 8 years ago
  50. fdbdb64 interpret-trailers: add an option to show only existing trailers by Jeff King · 8 years ago
  51. 56c493e interpret-trailers: add an option to show only the trailers by Jeff King · 8 years ago
  52. 0ea5292 interpret-trailers: add options for actions by Paolo Bonzini · 8 years ago
  53. 51166b8 trailers: introduce struct new_trailer_item by Paolo Bonzini · 8 years ago
  54. 8abc898 trailer: put process_trailers() options into a struct by Jeff King · 8 years ago
  55. 52fc319 trailers: export action enums and corresponding lookup functions by Paolo Bonzini · 8 years ago
  56. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  57. e8c352c trailer: have function to describe trailer layout by Jonathan Tan · 8 years ago
  58. 022349c trailer: avoid unnecessary splitting on lines by Jonathan Tan · 8 years ago
  59. 710714a commit: make ignore_non_trailer take buf/len by Jonathan Tan · 8 years ago
  60. e431956 trailer: be stricter in parsing separators by Jonathan Tan · 8 years ago
  61. cabb79d Merge branch 'jt/trailer-with-cruft' by Junio C Hamano · 8 years ago
  62. 60ef86a trailer: support values folded to multiple lines by Jonathan Tan · 8 years ago
  63. c463a6b trailer: forbid leading whitespace in trailers by Jonathan Tan · 8 years ago
  64. 1462450 trailer: allow non-trailers in trailer block by Jonathan Tan · 8 years ago
  65. fdbf451 trailer: clarify failure modes in parse_trailer by Jonathan Tan · 8 years ago
  66. cc71b0d trailer: make args have their own struct by Jonathan Tan · 8 years ago
  67. 63ab3f3 trailer: streamline trailer item create and add by Jonathan Tan · 8 years ago
  68. 8966a39 trailer: use list.h for doubly-linked list by Jonathan Tan · 8 years ago
  69. d65fd42 trailer: improve const correctness by Jonathan Tan · 8 years ago
  70. 13092a9 cocci: refactor common patterns to use xstrdup_or_null() by Junio C Hamano · 8 years ago
  71. ef1177d1 die("bug"): report bugs consistently by Johannes Schindelin · 9 years ago
  72. 13ad56f trailer.c: mark strings for translation by Nguyễn Thái Ngọc Duy · 9 years ago
  73. e1f8986 interpret-trailers: add option for in-place editing by Tobias Klauser · 9 years ago
  74. d0d2344 trailer: allow to write to files other than stdout by Tobias Klauser · 9 years ago
  75. cdd00df Merge branch 'cc/trailers-corner-case-fix' by Junio C Hamano · 10 years ago
  76. 5c99995 trailer: support multiline title by Christian Couder · 10 years ago
  77. 483c9b8 Merge branch 'cc/trailers-corner-case-fix' by Junio C Hamano · 10 years ago
  78. 6262fe9 trailer: retitle a test and correct an in-comment message by Christian Couder · 10 years ago
  79. dc5d553 trailer: ignore first line of message by Christian Couder · 10 years ago
  80. c5eadca trailer: use capture_command by Jeff King · 10 years ago
  81. 5d30851 do not include the same header twice by Дилян Палаузов · 10 years ago
  82. 0ed8a4e Merge branch 'cc/interpret-trailers-more' by Junio C Hamano · 10 years ago
  83. d4c4f18 Merge branch 'cc/interpret-trailers' by Junio C Hamano · 10 years ago
  84. b226293 trailer: use CHILD_PROCESS_INIT in apply_command() by René Scharfe · 10 years ago
  85. 61cfef4 trailer: reuse ignore_non_trailer() to ignore conflict lines by Christian Couder · 10 years ago
  86. d52adf1 trailer: display a trailer without its trailing newline by Christian Couder · 10 years ago
  87. 2887103 trailer: ignore comment lines inside the trailers by Christian Couder · 10 years ago
  88. 8828f29 use child_process_init() to initialize struct child_process variables by René Scharfe · 10 years ago
  89. 85039fb trailer: execute command from 'trailer.<name>.command' by Christian Couder · 10 years ago
  90. b1d78d7 trailer: put all the processing together and print by Christian Couder · 10 years ago
  91. 2013d85 trailer: parse trailers from file or stdin by Christian Couder · 10 years ago
  92. f0a90b4 trailer: process command line trailer arguments by Christian Couder · 10 years ago
  93. 46a0613 trailer: read and process config information by Christian Couder · 10 years ago
  94. 4103818 trailer: process trailers from input message and arguments by Christian Couder · 10 years ago
  95. 9385b5d trailer: add data structures and basic functions by Christian Couder · 10 years ago