We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ba1d8 commit 5915114Copy full SHA for 5915114
1 file changed
lib/git/cmd.py
@@ -24,7 +24,7 @@ class Git(object):
24
"""
25
The Git class manages communication with the Git binary
26
27
- def __init__(self, git_dir):
+ def __init__(self, git_dir=None):
28
super(Git, self).__init__()
29
self.git_dir = git_dir
30
0 commit comments