mkdocs-git-authors-plugin
mkdocs-git-authors-plugin copied to clipboard
MkDocs plugin to display git authors of a page.
``` DEBUG - Running `files` event from plugin 'mkapi' DEBUG - Running `files` event from plugin 'git-authors' Traceback (most recent call last): File "/usr/local/bin/mkdocs", line 8, in sys.exit(cli()) File "/usr/local/lib/python3.10/site-packages/click/core.py",...
This `sort_authors_by: contribution` config is not sorting authors by contribution. mkdocs-git-authors-plugin==0.9.0 mkdocs-material==9.5.27 mkdocs-material-extensions==1.3.1   
It seems that the git log is not using ` --follow` `--find-renames` therefore when I copied a big file and preserved the history to the copies the plugin did not...