git-stats icon indicating copy to clipboard operation
git-stats copied to clipboard

git log --no-merges

Open arlevy opened this issue 8 years ago • 4 comments

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,

arlevy avatar Dec 19 '16 15:12 arlevy

This is not currently supported. I'm not sure if we should add such an option, tho.

IonicaBizau avatar Dec 19 '16 15:12 IonicaBizau

This is a lovely and great idea!

elernonelma avatar Jan 17 '20 09:01 elernonelma

Please tell me what type of contributions can I do to this repo?

awesometushar000 avatar Oct 17 '21 16:10 awesometushar000

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.

michaelb87 avatar Aug 02 '22 19:08 michaelb87