mkdocs-git-committers-plugin-2 icon indicating copy to clipboard operation
mkdocs-git-committers-plugin-2 copied to clipboard

Authors on GitHub may only be displayed for the last 100 commits

Open j3soon opened this issue 1 year ago • 0 comments

I'm reading through the GitHub API and found that aside from the per_page parameter, there's also a page parameters, which doesn't seem to be used in the code:

https://github.com/ojacques/mkdocs-git-committers-plugin-2/blob/07bc15055107714c02cf00f64552a55042a69321/mkdocs_git_committers_plugin_2/plugin.py#L100-L101

This may cause older commits to be ignored. However, I think this case does not happen frequently since the history of a certain file rarely exceeds 100 commits.

j3soon avatar Jul 11 '24 15:07 j3soon