tomasbjerre / git-changelog-maven-plugin

Maven plugin that can generate a changelog, or releasenotes, from git repository
Other
80 stars 36 forks source link

adding commitCount to commits context #30

Open edeso opened 3 years ago

edeso commented 3 years ago

hi,

we are using the commit count to make commit order identifiable easily. via command line they are fetchable with a command like git rev-list --count ec86df4519300df .

would it be possible to add them to the commit context? thanks!

tomasbjerre commented 3 years ago

I am afraid it may slow things down if done for all commits, always.

edeso commented 3 years ago

could make it switchable via configuration?

or as a commit by default does not ommit commits simply fetch for the first only and count up/down from there.