mkdocs-git-authors-plugin icon indicating copy to clipboard operation
mkdocs-git-authors-plugin copied to clipboard

MkDocs plugin to display git authors of a page.

Results 23 mkdocs-git-authors-plugin issues
Sort by recently updated
recently updated
newest added

``` 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 ![config](https://github.com/user-attachments/assets/2b645cdb-23a4-458b-ac80-359bbf0982ee) ![override](https://github.com/user-attachments/assets/11b43f63-5fa3-4a20-99d3-eb191c49e4d1) ![issue](https://github.com/user-attachments/assets/63c4b54e-c908-45be-9b60-b31826d1fec9)

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