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.
2 parents a577674 + c2d1dab commit db0c72cCopy full SHA for db0c72c
src/mkdocs_git_revision_date_localized_plugin/util.py
@@ -154,6 +154,8 @@ def get_git_commit_timestamp(
154
)
155
raise err
156
except GitCommandNotFound as err:
157
+ if "detected dubious ownership" in str(err):
158
+ raise err
159
if self.config.get('fallback_to_build_date'):
160
log(
161
"[git-revision-date-localized-plugin] Unable to perform command: 'git log'. Is git installed?"
0 commit comments