8000
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 fb6eb3d commit 4a44fdfCopy full SHA for 4a44fdf
git/repo/base.py
@@ -115,7 +115,7 @@ class Repo(object):
115
'working_dir' is the working directory of the git command, which is the working tree
116
directory if available or the .git directory in case of bare repositories
117
118
- 'working_tree_dir' is the working tree directory, but will raise AssertionError
+ 'working_tree_dir' is the working tree directory, but will return None
119
if we are a bare repository.
120
121
'git_dir' is the .git repository directory, which is always set."""
0 commit comments