It does not feel right to only show the last contributor when sometimes 99% of the commits are from a different person.
Below the "Last updated by" line in the footer we can add something like "Main contributor XYZ with X commits.", also with picture and GitHub link, which shows the author with most commits.
This would need:
It does not feel right to only show the last contributor when sometimes 99% of the commits are from a different person.
Below the "Last updated by" line in the footer we can add something like "Main contributor XYZ with X commits.", also with picture and GitHub link, which shows the author with most commits.
This would need:
source/_ext/gitstamp.pyto retrieve this info fromgit shortlog -snand put it in thecontextvariable.gitPython package as it is already done, obviously, no more calling external processes and piping output.gitauthor,gitavatarandgitlogintogitLastAuthor,gitLastAvatarandgitLastLogin.gitMainAuthor,gitMainAvatarandgitMainLogin.source/_templates/include/footer.htmlto render this info.