Results 164 comments of Tim Vink

Ok one more idea. I noticed you haven't defined any other options in any other plugins. It might be indentation. Can you indent with one tab? Or try four spaces?...

@dcaddick your issue is another one. From your link I could deduce you are using https://github.com/athackst/mkdocs-simple-plugin. Please see their documentation on how to properly install plugins. Secondly, `mkdocs-simple-plugin` does not...

Closing the issue as I can't reproduce

Thanks for reporting, I will need to look into this when I can make time again.

Hi @eshaben , Thanks for reporting. Definitely something wrong here. The difference between last modified and creation date in commands is only very small: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/blob/6150fad41a83abbf7500cf9c75696c5193532305/mkdocs_git_revision_date_localized_plugin/util.py#L122-L124 https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/blob/6150fad41a83abbf7500cf9c75696c5193532305/mkdocs_git_revision_date_localized_plugin/util.py#L132-L134 That translates to: ```bash...

Hi @ThiefMaster, The way this plugin works is that it uses `git blame --porcelain` (see [this method](https://github.com/timvink/mkdocs-git-authors-plugin/blob/5bcd468c1dad017ee823f2291dc96314a9360669/mkdocs_git_authors_plugin/git/page.py#L81)). Adding logic that checks per line if there was only a whitespace added...

I had a look, and yes, that is possible: https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt The cool thing is, there are no changes needed to this plugin to use it. See this blogpost: https://michaelheap.com/git-ignore-rev/ Summary:...

Can you let me know if the solution worked for you?

Thanks for chipping in! I'd appreciate a PR here. Basically we want to ignore certain authors and certain commit hashes. I think we can use the same mechanism for both....

Btw, here's a similar PR to a very similar package: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/114/files