Commit da43015
t4211: document why pickaxe commit-level filtering remains broken
Add a comment above the test_expect_failure tests explaining that
show_log() prints the commit header before diffcore_std() runs
pickaxe, so commits cannot be suppressed even when no diff pairs
survive filtering. Fixing this would require deferring show_log()
until after diffcore_std(), which is a larger restructuring of the
log-tree output pipeline.
Signed-off-by: Michael Montalbo <mmontalbo@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0d3e84a commit da43015
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
497 | 503 | | |
498 | 504 | | |
499 | 505 | | |
| |||
0 commit comments