Commit 1bb477f
fix(graph): stop filtering phase 2 commits by current user email
The two-phase refresh unconditionally passed current_user_email as the
author_filter for phase 2, so only the current user's commits loaded
after the first 100. This left other authors' commits missing, preventing
branch lanes from converging and causing the graph to grow extremely wide.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e5d6285 commit 1bb477f
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
605 | 604 | | |
606 | 605 | | |
607 | 606 | | |
| |||
630 | 629 | | |
631 | 630 | | |
632 | 631 | | |
633 | | - | |
634 | 632 | | |
635 | 633 | | |
636 | 634 | | |
| |||
640 | 638 | | |
641 | 639 | | |
642 | 640 | | |
643 | | - | |
| 641 | + | |
644 | 642 | | |
645 | 643 | | |
646 | 644 | | |
| |||
0 commit comments