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

Use original commit messages for patch commits if possible #223

Open
TomasTomecek opened this issue Jul 23, 2021 · 0 comments
Open

Use original commit messages for patch commits if possible #223

TomasTomecek opened this issue Jul 23, 2021 · 0 comments
Labels
kind/feature New feature or a request for enhancement.

Comments

@TomasTomecek
Copy link
Member

We've got a report from @karelzak via email that he'd love if downstream patches contained actual commit messages where possible.

The problem is that rpm "ignores" real commit messages when applying them via %autosetup -Sgit. We already have code in packit source-git init which post-processes the patch commits:

https://github.com/packit/packit/blob/2a9af757df7b0ad47016bdb8fe86a7924e98595e/packit/source_git.py#L196-L216

So we probably just need to "backport" a similar functionality here and implement this in packit init as well.

@TomasTomecek TomasTomecek added the kind/feature New feature or a request for enhancement. label Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or a request for enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant