git-stats
git-stats copied to clipboard
git log --no-merges
Hi,
I would like to pass extra options such as:
git log --no-merges
I tried editing git-stats-config.js with the following code:
module.exports = {
// Don't show merge commits
, no-merges: true
};
I'm not sure if i didn't do it right, or if this option simply isn't supported.
Thanks,
This is not currently supported. I'm not sure if we should add such an option, tho.
This is a lovely and great idea!
Please tell me what type of contributions can I do to this repo?
Would also love this feature. Without, commits are included, where an user just merged master into their feature branch. This falsifies the generated output greatly in our case.