Open edeso opened 3 years ago
I am afraid it may slow things down if done for all commits, always.
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.
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!