question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Total commit count with include_all_commits=true is no longer correct

See original GitHub issue

Describe 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 image

include_all_commits=false: https://github-readme-stats.vercel.app/api?username=macropower&include_all_commits=false image

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:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:16

github_iconTop GitHub Comments

3reactions
MacroPowercommented, Dec 16, 2020

This is still an issue.

1reaction
simonSlamkacommented, Jul 22, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found