Navigation Menu

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

ignore commits with identical hash #39

Closed
Flyingmana opened this issue Feb 24, 2015 · 2 comments
Closed

ignore commits with identical hash #39

Flyingmana opened this issue Feb 24, 2015 · 2 comments
Assignees
Milestone

Comments

@Flyingmana
Copy link

multiple import of the same repository causes multiple entries for each commit, even if the commit IDs should be unique.

Thats only the visible problem, the true problem is, that git-stats --record allows to record the same commit multiple times.

Using the commit ID as unique key should solve this, maybe also add the repo.url so we avoid cross repository ID conflicts(which statistically should never happen, for the same user)

@IonicaBizau
Copy link
Owner

I couldn't reproduce this, but it's true that same commit can be recorded multiple times via --record, but not in the same date.

See #38 for the new schema and let's comment there with any ideas.

@IonicaBizau IonicaBizau added this to the 2.0.0 milestone Feb 24, 2015
@IonicaBizau IonicaBizau mentioned this issue May 3, 2015
9 tasks
@IonicaBizau IonicaBizau self-assigned this Jul 12, 2015
@IonicaBizau
Copy link
Owner

🚢 2.0.0 🎉

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