Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git log --no-merges #107

Open
arlevy opened this issue Dec 19, 2016 · 4 comments
Open

git log --no-merges #107

arlevy opened this issue Dec 19, 2016 · 4 comments

Comments

@arlevy
Copy link

arlevy commented Dec 19, 2016

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,

@IonicaBizau
Copy link
Owner

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

@elernonelma
Copy link

This is a lovely and great idea!

@awesometushar000
Copy link

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

@michaelb87
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants