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