Total commit count with include_all_commits=true is no longer correct
See original GitHub issueDescribe the bug My total commits (include_all_commits=true) is a much smaller number than my 2020 commits (include_all_commits=false).
Expected behavior
Total commits (2020)
should be less than or equal to Total commits
.
Screenshots / Live demo link include_all_commits=true: https://github-readme-stats.vercel.app/api?username=macropower&include_all_commits=true
include_all_commits=false: https://github-readme-stats.vercel.app/api?username=macropower&include_all_commits=false
Additional context
This was working fine until about a week ago, with include_all_commits=true
resulting in total commits over 1k.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:16
Top Results From Across the Web
How do I get the Git commit count? - Stack Overflow
To get a commit count for a revision ( HEAD , master , a commit hash): git rev-list --count <revision>. To get the...
Read more >How To Get Total Git Commit Count + Total Git ... - YouTube
... Commit Count + Total Git Commits Per Author BEST HOST + FREE DOMAIN + 70% OFF https://host.promo/hosts/promo/blue … Show more.
Read more >Counting All Git Commits from All Authors and More with Git ...
This could be handy to see how many people committed to a repo or find out who the recent contributers are.
Read more >PR completion push commit count via REST API differs from ...
When obtaining the commit count for a push via the REST api, sometimes I get 0 commits, whereas the commit count in the...
Read more >Git's database internals II: commit history queries
This post explores Git commit history as a database where 'git log' ... how long it takes to walk the full commit graph...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is still an issue.
Yes. You can check out my profile; I’m using lots of various stats. It’s all done through GH Actions. If you’re interested in any particular one, let me know, and I’ll give you a link to the original repo, or you can look it up yourself.