Skip to content

tests: kernel-doc: handle pull requests better #50

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

Merged
merged 1 commit into from
May 21, 2025

Conversation

jmberg
Copy link
Member

@jmberg jmberg commented May 16, 2025

For pull requests, it only tests files changed during the merge commit itself, which is a bit weird, especially as the automatic merge won't be able to resolve conflicts. Use "git diff" instead of "git show" to build the list of changed files.

For pull requests, it only tests files changed during the
merge commit itself, which is a bit weird, especially as
the automatic merge won't be able to resolve conflicts.
Use "git diff" instead of "git show" to build the list of
changed files.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
@kuba-moo kuba-moo merged commit e5143b0 into linux-netdev:main May 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants