git-changelog-maven-plugin icon indicating copy to clipboard operation
git-changelog-maven-plugin copied to clipboard

adding commitCount to commits context

Open edeso opened this issue 3 years ago • 2 comments

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!

edeso avatar May 25 '21 10:05 edeso

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

tomasbjerre avatar May 26 '21 04:05 tomasbjerre

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.

edeso avatar May 26 '21 10:05 edeso