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

Expect to filter duplicate commits! #29

Open
a455455b opened this issue Nov 6, 2018 · 1 comment · May be fixed by #211
Open

Expect to filter duplicate commits! #29

a455455b opened this issue Nov 6, 2018 · 1 comment · May be fixed by #211
Milestone

Comments

@a455455b
Copy link

a455455b commented Nov 6, 2018

Expected Behavior

There will be multiple people in the team making changes to the same project, and the same commit will appear. I hope that the same log can be filtered out in the build log.

Actual Behavior

Repeated submissions appear multiple times

@ikedam
Copy link

ikedam commented Sep 18, 2022

Created #211.
This allows remove logs with same "Scope" and "Subject" like this:

{{ range (uniqueOlderCommits .Commits "Scope" "Subject") -}}

ikedam added a commit to ikedam/git-chglog that referenced this issue Oct 14, 2022
…vailable

* They allow to remove duplicated log entries.

Closes git-chglog#29
@mavogel mavogel added this to the v0.16.0 milestone Jan 21, 2023
ikedam added a commit to ikedam/git-chglog that referenced this issue Jan 24, 2023
…vailable

* They allow to remove duplicated log entries.

Closes git-chglog#29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment