diff options
Diffstat (limited to 'git/repo/base.py')
-rw-r--r-- | git/repo/base.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/git/repo/base.py b/git/repo/base.py index 121624b9..f592f9d7 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -52,6 +52,7 @@ __all__ = ('Repo', ) class Repo(object): + """Represents a git repository and allows you to query references, gather commit information, generate diffs, create and clone repositories query the log. @@ -174,8 +175,6 @@ class Repo(object): del _get_description del _set_description - - @property def working_tree_dir(self): """:return: The working tree directory of our git repository |