Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patchwork sees cover letter as patch if it contains an --interdiff #468

Open
CounterPillow opened this issue May 11, 2022 · 0 comments
Open
Labels
bug parser Issues with the parser

Comments

@CounterPillow
Copy link

To reproduce:

  1. git format-patch --cover-letter --interdiff=some-feature/v1 -v2 -o foo-v2 somerangehere
  2. feed into patchwork
  3. get something like this, which shouldn't be picked up by patchwork https://patchwork.kernel.org/project/linux-rockchip/patch/20220511155309.2637-1-frattaroli.nicolas@gmail.com/

Suggested remedy is to either ignore diffs in cover letters or ignore diffs containing the word Interdiff in the previous line.

@stephenfin stephenfin added bug parser Issues with the parser labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug parser Issues with the parser
Projects
None yet
Development

No branches or pull requests

2 participants