1. 076aa2c tempfile: auto-allocate tempfiles on heap by Jeff King · 8 years ago
  2. 06cf4f2 Merge branch 'jk/trailers-parse' by Junio C Hamano · 8 years ago
  3. 58311c6 pretty: support normalization options for %(trailers) by Jeff King · 8 years ago
  4. a388b10 pretty: move trailer formatting to trailer.c by Jeff King · 8 years ago
  5. 0000239 interpret-trailers: add an option to unfold values by Jeff King · 8 years ago
  6. fdbdb64 interpret-trailers: add an option to show only existing trailers by Jeff King · 8 years ago
  7. 56c493e interpret-trailers: add an option to show only the trailers by Jeff King · 8 years ago
  8. 0ea5292 interpret-trailers: add options for actions by Paolo Bonzini · 8 years ago
  9. 51166b8 trailers: introduce struct new_trailer_item by Paolo Bonzini · 8 years ago
  10. 8abc898 trailer: put process_trailers() options into a struct by Jeff King · 8 years ago
  11. 52fc319 trailers: export action enums and corresponding lookup functions by Paolo Bonzini · 8 years ago
  12. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  13. e8c352c trailer: have function to describe trailer layout by Jonathan Tan · 8 years ago
  14. 022349c trailer: avoid unnecessary splitting on lines by Jonathan Tan · 8 years ago
  15. 710714a commit: make ignore_non_trailer take buf/len by Jonathan Tan · 8 years ago
  16. e431956 trailer: be stricter in parsing separators by Jonathan Tan · 8 years ago
  17. cabb79d Merge branch 'jt/trailer-with-cruft' by Junio C Hamano · 8 years ago
  18. 60ef86a trailer: support values folded to multiple lines by Jonathan Tan · 8 years ago
  19. c463a6b trailer: forbid leading whitespace in trailers by Jonathan Tan · 8 years ago
  20. 1462450 trailer: allow non-trailers in trailer block by Jonathan Tan · 8 years ago
  21. fdbf451 trailer: clarify failure modes in parse_trailer by Jonathan Tan · 8 years ago
  22. cc71b0d trailer: make args have their own struct by Jonathan Tan · 8 years ago
  23. 63ab3f3 trailer: streamline trailer item create and add by Jonathan Tan · 8 years ago
  24. 8966a39 trailer: use list.h for doubly-linked list by Jonathan Tan · 8 years ago
  25. d65fd42 trailer: improve const correctness by Jonathan Tan · 8 years ago
  26. 13092a9 cocci: refactor common patterns to use xstrdup_or_null() by Junio C Hamano · 8 years ago
  27. ef1177d1 die("bug"): report bugs consistently by Johannes Schindelin · 9 years ago
  28. 13ad56f trailer.c: mark strings for translation by Nguyễn Thái Ngọc Duy · 9 years ago
  29. e1f8986 interpret-trailers: add option for in-place editing by Tobias Klauser · 9 years ago
  30. d0d2344 trailer: allow to write to files other than stdout by Tobias Klauser · 9 years ago
  31. cdd00df Merge branch 'cc/trailers-corner-case-fix' by Junio C Hamano · 10 years ago
  32. 5c99995 trailer: support multiline title by Christian Couder · 10 years ago
  33. 483c9b8 Merge branch 'cc/trailers-corner-case-fix' by Junio C Hamano · 10 years ago
  34. 6262fe9 trailer: retitle a test and correct an in-comment message by Christian Couder · 10 years ago
  35. dc5d553 trailer: ignore first line of message by Christian Couder · 10 years ago
  36. c5eadca trailer: use capture_command by Jeff King · 10 years ago
  37. 5d30851 do not include the same header twice by Дилян Палаузов · 10 years ago
  38. 0ed8a4e Merge branch 'cc/interpret-trailers-more' by Junio C Hamano · 10 years ago
  39. d4c4f18 Merge branch 'cc/interpret-trailers' by Junio C Hamano · 10 years ago
  40. b226293 trailer: use CHILD_PROCESS_INIT in apply_command() by René Scharfe · 10 years ago
  41. 61cfef4 trailer: reuse ignore_non_trailer() to ignore conflict lines by Christian Couder · 10 years ago
  42. d52adf1 trailer: display a trailer without its trailing newline by Christian Couder · 10 years ago
  43. 2887103 trailer: ignore comment lines inside the trailers by Christian Couder · 10 years ago
  44. 8828f29 use child_process_init() to initialize struct child_process variables by René Scharfe · 10 years ago
  45. 85039fb trailer: execute command from 'trailer.<name>.command' by Christian Couder · 10 years ago
  46. b1d78d7 trailer: put all the processing together and print by Christian Couder · 10 years ago
  47. 2013d85 trailer: parse trailers from file or stdin by Christian Couder · 10 years ago
  48. f0a90b4 trailer: process command line trailer arguments by Christian Couder · 10 years ago
  49. 46a0613 trailer: read and process config information by Christian Couder · 10 years ago
  50. 4103818 trailer: process trailers from input message and arguments by Christian Couder · 10 years ago
  51. 9385b5d trailer: add data structures and basic functions by Christian Couder · 10 years ago