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

Remove duplicates from commit messages #379

Open
fjakop opened this issue Jan 2, 2024 · 0 comments
Open

Remove duplicates from commit messages #379

fjakop opened this issue Jan 2, 2024 · 0 comments

Comments

@fjakop
Copy link

fjakop commented Jan 2, 2024

As developer we're using feature branches to implement story-based features. Typically we do interim commits just for sharing the code with our co-devs for the case of (un)expected absence (vacation, sicknes etc.).

At the moment, every commit has the same commit comment, e.g. "feat: new cool feature" and leads to as many changelog entries as there are commits, as we do use merge requests without squash.

The expected behaviour is that the commit messages would be deduped if they're completely identical.

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

No branches or pull requests

1 participant