Skip to content

Commit e156f44

Browse files
authored
Merge pull request #189 from TonyCrane/master
fix: add missing follow param to util
2 parents 40f5a93 + c9108c9 commit e156f44

File tree

1 file changed

+1
-0
lines changed
  • src/mkdocs_git_revision_date_localized_plugin

1 file changed

+1
-0
lines changed

src/mkdocs_git_revision_date_localized_plugin/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def get_git_commit_timestamp(self, path: str, is_first_commit: bool = False) ->
118118
format="%H %at",
119119
n=len(self.ignored_commits) + 1,
120120
no_show_signature=True,
121+
follow=follow_option,
121122
).split("\n")
122123

123124
# process the commits for the file in reverse-chronological order. Ignore any commit that is on the

0 commit comments

Comments
 (0)