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 33401c3 commit 600bd69Copy full SHA for 600bd69
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