summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/git.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitlint-core/gitlint/git.py (renamed from gitlint/git.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint/git.py b/gitlint-core/gitlint/git.py
index 773c7b2..2ac8b3d 100644
--- a/gitlint/git.py
+++ b/gitlint-core/gitlint/git.py
@@ -367,7 +367,7 @@ class GitContext(PropertyCache):
def from_local_repository(repository_path, refspec=None, commit_hash=None):
""" Retrieves the git context from a local git repository.
:param repository_path: Path to the git repository to retrieve the context from
- :param refspec: The commit(s) to retrieve (mutually exclusive with `commit_sha`)
+ :param refspec: The commit(s) to retrieve (mutually exclusive with `commit_hash`)
:param commit_hash: Hash of the commit to retrieve (mutually exclusive with `refspec`)
"""