Skip to content

Commit ee14f91

Browse files
authored
Merge pull request #3 from uliska/search-parent-directories
Search parent directories
2 parents f3f2d19 + 91481b0 commit ee14f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_git_authors_plugin/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Util:
55

66
def __init__(self, path = "."):
7-
self.repo = Repo(path)
7+
self.repo = Repo(path, search_parent_directories=True)
88
# Cache authors entries by path
99
self._authors = {}
1010

0 commit comments

Comments
 (0)