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 f3f2d19 + 91481b0 commit ee14f91Copy full SHA for ee14f91
mkdocs_git_authors_plugin/util.py
@@ -4,7 +4,7 @@
4
class Util:
5
6
def __init__(self, path = "."):
7
- self.repo = Repo(path)
+ self.repo = Repo(path, search_parent_directories=True)
8
# Cache authors entries by path
9
self._authors = {}
10
0 commit comments