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

Enhancement: option to exclude merges from stats #7

Closed
GoogleCodeExporter opened this issue Aug 23, 2015 · 3 comments
Closed

Enhancement: option to exclude merges from stats #7

GoogleCodeExporter opened this issue Aug 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

git log and shortlog have an option --no-merges. It would be nice if
gitinspector supported the same.

I am on a project with several git rookies, and they do merge on pull all the 
time, since they always work in master. Without --no-merges, they appear like 
top contributors! :-) 

Original issue reported on code.google.com by [email protected] on 22 Jun 2013 at 2:00

@GoogleCodeExporter
Copy link
Author

Thanks for your report.

gitinspector already uses --no-merges in conjuction with "git log". Make sure 
you also pass the -H flag when running gitinspector; this tells gitinspector to 
use additional -C and -M parameters when calling git blame and git log.

If that doesn't help; something else is probably behind their high row counts. 
If that's the case - that might be interesting to look into.

/Adam Waldenberg

Original comment by [email protected] on 23 Jun 2013 at 4:58

  • Changed state: Invalid
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Thanks. Sorry, I somehow missed that. 

Great work BTW.

Original comment by [email protected] on 23 Jun 2013 at 4:59

@GoogleCodeExporter
Copy link
Author

Thank you, no worries.

/Adam Waldenberg

Original comment by [email protected] on 23 Jun 2013 at 5:16

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

2 participants