Konstantin Ryabitsev
Konstantin Ryabitsev
This is the side-effect of code that handles removing comments from the cover letter. E.g. consider the following contents: ``` This is the cover letter introduction paragraph # Removed because...
I think this level of integration is beyond the scope of b4. Have you tried using pwclient (https://patchwork.readthedocs.io/projects/pwclient/)?
It's happening because it's finding the following thread: https://lore.kernel.org/all/[email protected]/ b4 gets confused because it's the same subject from the same author, and it's marked as v2. What we should be...
To work around this problem, use -v1 with your shazam command, and I'll work on adding logic to ignore older patch series with the same subject/author combo.