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