Thanks to visit codestin.com Credit goes to github.com
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 b9da1df commit 2ceb798Copy full SHA for 2ceb798
1 file changed
pydriller/repository.py
@@ -96,7 +96,7 @@ def __init__(self, path_to_repo: Union[str, List[str]],
96
:param bool only_releases: analyze only tagged commits
97
:param bool histogram_diff: add the "--histogram" option when asking for the diff
98
:param bool skip_whitespaces: add the "-w" option when asking for the diff
99
- :param bool clone_repo_to: if the repo under analysis is remote, clone the repo to the specified directory
+ :param str clone_repo_to: if the repo under analysis is remote, clone the repo to the specified directory
100
:param str filepath: only commits that modified this file will be analyzed
101
:param bool include_deleted_files: include commits modifying a deleted file (useful when analyzing a deleted `filepath`)
102
:param str order: order of commits. It can be one of: 'date-order',
0 commit comments