We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e28ee commit 489e76eCopy full SHA for 489e76e
mkdocs_git_authors_plugin/git/page.py
@@ -149,6 +149,7 @@ def _process_git_blame(self) -> None:
149
args.append("--ignore-revs-file")
150
args.append(self.repo().config("ignore_commits"))
151
args.append("--porcelain")
152
+ args.append("-w") # Ignore whitespace changes
153
args.append(str(self._path))
154
cmd = GitCommand("blame", args)
155
cmd.run()
0 commit comments