1. 53e4aab review: add sandbox wrappers and docs for AI review agents by Michael S. Tsirkin · 4 months ago master
  2. cd5733e review: fix review with gemini cli by Michael S. Tsirkin · 4 months ago
  3. 55ca583 tests: add test for -b trailer collection with same patch-id across versions by Michael S. Tsirkin · 4 months ago
  4. 51e0059 ez/trailers: simplify -b mode and trust Message-ID for trailer scoping by Michael S. Tsirkin · 5 months ago
  5. c1faf0b tests: add test for multi-series trailer collection by Michael S. Tsirkin · 5 months ago
  6. 617f039 tests: drop unused email.parser import by Michael S. Tsirkin · 7 months ago
  7. 97d4ca0 Test use-reply-to-list with multiple comma-separated lists by Michael S. Tsirkin · 7 months ago
  8. ce820dc Add test for use-reply-to-list config option by Michael S. Tsirkin · 7 months ago
  9. dba6de3 ez: honor use-reply-to-list in trailer updates by Michael S. Tsirkin · 6 months ago
  10. 663c0be docs: move use-reply-to-list to end of am and shazam settings by Michael S. Tsirkin · 7 months ago
  11. 9918d8d Convert --use-reply-to-list from command-line flag to config option by Michael S. Tsirkin · 7 months ago
  12. d16ec13 Add --use-reply-to-list flag for mailing lists that rewrite From headers by Michael S. Tsirkin · 8 months ago
  13. 8cbbef9 tests: add test for extra trailers deduplication with cover letter by Michael S. Tsirkin · 4 months ago
  14. 662386d mbox: deduplicate followup trailers to prevent duplicates by Michael S. Tsirkin · 4 months ago
  15. fff464f tests: fix missing trailing whitespace in reference file by Michael S. Tsirkin · 5 months ago
  16. ee6a15b tests: add tests for trailers -e flag by Michael S. Tsirkin · 6 months ago
  17. 6290d9b fix: apply extra trailers to all patches, not just latest revision by Michael S. Tsirkin · 6 months ago
  18. 32e738f fix: move extra trailers processing before get_series() for deduplication by Michael S. Tsirkin · 6 months ago
  19. 2a6ee89 trailers: add -e flag to apply extra trailers from file by Michael S. Tsirkin · 6 months ago
  20. ed5be1b ez: fix UnboundLocalError when trailers have no source message by Michael S. Tsirkin · 6 months ago
  21. 4085bcd tests: use apply_extra_trailers helper from mbox module by Michael S. Tsirkin · 6 months ago
  22. 207f077 Add test for --extra-trailers with chained patch series by Michael S. Tsirkin · 8 months ago
  23. c69ff87 Add tests for --extra-trailers flag by Michael S. Tsirkin · 8 months ago
  24. faa3f6d mbox: extract apply_extra_trailers helper function by Michael S. Tsirkin · 6 months ago
  25. ac32785 docs: add documentation for --extra-trailers flag by Michael S. Tsirkin · 8 months ago
  26. c706201 Implement --extra-trailers flag for am and shazam commands by Michael S. Tsirkin · 8 months ago
  27. 7482b86 Add skip_trailer_validation flag to LoreMessage by Michael S. Tsirkin · 8 months ago
  28. ff38db1 send: strip Message-ID trailers by default by Michael S. Tsirkin · 5 months ago
  29. 173f278 tests: add test for multi-series Message-ID iteration fix by Michael S. Tsirkin · 5 months ago
  30. 9ed9ce6 tests: add test for correct Message-ID source in patchid_map fix by Michael S. Tsirkin · 5 months ago
  31. 37f3065 tests: add test for elif->if fix in Message-ID mapping by Michael S. Tsirkin · 5 months ago
  32. cc16834 fix: iterate through all series when mapping Message-IDs with -i flag by Michael S. Tsirkin · 5 months ago
  33. 200ee6f fix: use original patch Message-IDs instead of follow-up reply IDs by Michael S. Tsirkin · 5 months ago
  34. b8686a2 fix: process list_msgs for commits not mapped by patchid_map by Michael S. Tsirkin · 5 months ago
  35. bd78884 test: fix verify file to include Signed-off-by trailers by Michael S. Tsirkin · 7 months ago
  36. 86eacb4 test: add test for Message-ID mapping condition fix by Michael S. Tsirkin · 7 months ago
  37. 365d8b8 test: add test for --since-commit without -b flag fetching by patch-id by Michael S. Tsirkin · 7 months ago
  38. ca312c3 test: update expected output for -i flag Message-ID trailer fix by Michael S. Tsirkin · 6 months ago
  39. 992a711 test: add test case for -i flag with commits missing Message-ID trailers by Michael S. Tsirkin · 7 months ago
  40. 1f03f2a ez: reuse fetched patch-ids when replacing Message-ID trailers by Michael S. Tsirkin · 7 months ago
  41. 61db096 ez: reuse parsed lore messages instead of rebuilding by Michael S. Tsirkin · 5 months ago
  42. bc0016e ez: batch git log for -b scans by Michael S. Tsirkin · 7 months ago
  43. 8e5069a ez: share Message-ID extraction helper by Michael S. Tsirkin · 7 months ago
  44. 151d2a0 fix: remove list_msgs requirement from Message-ID mapping condition by Michael S. Tsirkin · 7 months ago
  45. 5a52335 fix: fetch lore messages by patch-id when list_msgs is empty by Michael S. Tsirkin · 7 months ago
  46. 8f3a327 fix: remove trailing whitespace in ez.py by Michael S. Tsirkin · 7 months ago
  47. a10bd65 fix: add Message-ID trailers when -i flag is used even without follow-ups by Michael S. Tsirkin · 6 months ago
  48. 55ecd52 trailers: make -i and -b mutually exclusive and document -b by Michael S. Tsirkin · 7 months ago
  49. 6cb5d98 trailers: add -i/--add-message-id flag by Michael S. Tsirkin · 7 months ago
  50. 693bd43 tests: add test for -b flag with commits from multiple series by Michael S. Tsirkin · 5 months ago
  51. e2a34c9 ez: fix -b flag to match Message-IDs across all series by Michael S. Tsirkin · 5 months ago
  52. 8c88e02 ez: add ensure_list_bbox helper function by Michael S. Tsirkin · 5 months ago
  53. 9d3b551 Enable all -b/--by-message-id tests using git bundles by Michael S. Tsirkin · 7 months ago
  54. 048d33c Remove invalid --no-add-trailers flag from tripledash test by Michael S. Tsirkin · 7 months ago
  55. 20169e9 Fix test_ez.py parametrize error by Michael S. Tsirkin · 7 months ago
  56. 3995515 Add test for Link trailer matching with -b flag by Michael S. Tsirkin · 8 months ago
  57. 267577f test: add test for msgid filtering with -b flag by Michael S. Tsirkin · 6 months ago
  58. ddf4b42 test: add test for -b/--by-message-id flag by Michael S. Tsirkin · 6 months ago
  59. b17746d ez: verify patch-id before applying trailers in -b mode by Michael S. Tsirkin · 6 months ago
  60. 9fee250 Fix shazam-am-flags assertion when b4cfg is None by Michael S. Tsirkin · 7 months ago
  61. 3c1c47d Support matching Message-ID against Link trailers with patch.msgid.link by Michael S. Tsirkin · 8 months ago
  62. 96cd0ac ez: support filtering by msgid with -b/--by-message-id flag by Michael S. Tsirkin · 6 months ago
  63. a5089c8 ez: improve -b/--by-message-id implementation for local mbox testing by Michael S. Tsirkin · 6 months ago
  64. 5dd22ac Add -b/--by-message-id flag to b4 trailers by Michael S. Tsirkin · 8 months ago
  65. d5d9814 Add ci-matrix.sh for running tests across the supported Python range by Konstantin Ryabitsev · 8 weeks ago
  66. e252429 Fix b4 import crash on Python 3.11/3.12/3.13 by Konstantin Ryabitsev · 8 weeks ago
  67. c3fa56d Replace git-filter-repo with native pygit2 history rewriting by Konstantin Ryabitsev · 8 weeks ago
  68. 33c20a6 ci: install all extras and dependency groups before checking by Konstantin Ryabitsev · 8 weeks ago
  69. f8e9728 Fix review nits from the stricter local checks series by Konstantin Ryabitsev · 8 weeks ago
  70. d87c446 Merge patch series "Enable stricter local checks" by Konstantin Ryabitsev · 8 weeks ago
  71. 9186f8a Enable pyright strict mode by Tamir Duberstein · 8 weeks ago
  72. b150595 Add ty and configuration by Tamir Duberstein · 8 weeks ago
  73. badbf47 Avoid duplicate map lookups by Tamir Duberstein · 8 weeks ago
  74. c61f5cb Enable and fix pyright diagnostics by Tamir Duberstein · 8 weeks ago
  75. 6de7cb3 Enable mypy unreachable warnings by Tamir Duberstein · 8 weeks ago
  76. 04c3e2a Fix typings in misc/ by Tamir Duberstein · 8 weeks ago
  77. 9231a4e Fix tests under uv with complex git config by Tamir Duberstein · 8 weeks ago
  78. 0a0a42f Add ruff format check to CI by Tamir Duberstein · 8 weeks ago
  79. 24faa87 Import dependencies unconditionally by Tamir Duberstein · 8 weeks ago
  80. 07fa553 Add ruff checks to CI by Tamir Duberstein · 8 weeks ago
  81. a08a591 Add CI script by Tamir Duberstein · 8 weeks ago
  82. 3bfbc1b prep: fix editor/pager selection priority to follow git's convention by Konstantin Ryabitsev · 9 weeks ago
  83. 714efc8 review: delete all revisions when abandoning a series by Konstantin Ryabitsev · 9 weeks ago
  84. a64487d review: fix two bugs in series upgrade workflow by Konstantin Ryabitsev · 9 weeks ago
  85. 620888e Update liblore dependency to >= 0.7 and bump submodule to v0.7.1 by Konstantin Ryabitsev · 10 weeks ago
  86. f2c0890 review: don't treat replies to additional patches as inline reviews by Konstantin Ryabitsev · 10 weeks ago
  87. 3a959ad review: fix IndexError crash when toggling followups by Konstantin Ryabitsev · 10 weeks ago
  88. fa2ea04 bugs: handle import errors gracefully in TUI by Konstantin Ryabitsev · 10 weeks ago
  89. 02b01d4 Add liblore and ezgb as git submodules by Konstantin Ryabitsev · 10 weeks ago
  90. ed72eda Fix midmask regression for bare-origin URLs by Konstantin Ryabitsev · 10 weeks ago
  91. f87d1a9 review: show per-series error details after update-all by Konstantin Ryabitsev · 10 weeks ago
  92. 564bb16 docs: document server failover settings by Konstantin Ryabitsev · 10 weeks ago
  93. c33c5da Integrate liblore failover features by Konstantin Ryabitsev · 10 weeks ago
  94. f7ded9b plan: mark liblore migration as complete by Konstantin Ryabitsev · 10 weeks ago
  95. db4cd69 Migrate lore access to liblore library by Konstantin Ryabitsev · 10 weeks ago
  96. 7a3e7cc docs: document the 'unchanged' per-patch state by Konstantin Ryabitsev · 10 weeks ago
  97. 05a9167 gitignore: add uv.lock by Konstantin Ryabitsev · 10 weeks ago
  98. eb5a313 review: add visual cue for patches unchanged from prior revision by Konstantin Ryabitsev · 10 weeks ago
  99. 9febba6 review: cache per-revision thread blob SHA in the revisions table by Konstantin Ryabitsev · 10 weeks ago
  100. 3e2f01b review: fix range-diff failing to find previous series revision by Konstantin Ryabitsev · 10 weeks ago