github-readme-stats
github-readme-stats copied to clipboard
`include_all_commits` decrease the stats
Describe the bug
include_all_commits
decrease the stats instead of increasing it.
Expected behavior
I expect include_all_commits
to be increase my stats since it should counts total commits.
Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
Here is the table showing with and without include_all_commits
With | Without |
---|---|
![]() |
![]() |
I ran into the same problem.
same
In my case this happens only when both include_all_commits=true
and count_private=true
are used.
count_private=false |
count_private=true |
|
---|---|---|
include_all_commits=false |
![]() |
![]() |
include_all_commits=true |
![]() |
![]() |
Perhaps the issue is when both are included?
Furthermore, I just noticed that by adding an additional &
after the github username increases the commits (probably close to the right number, I am not sure, but the ones before are definetely not the right ones):
https://github-readme-stats.vercel.app/api?username=USERNAME&&include_all_commits=true&count_private=true
Result (using the double &
):
still same issue
I also have the same issue
Same problem
Duplicate of #1515.