diff options
Diffstat (limited to 'lib/git/cmd.py')
-rw-r--r-- | lib/git/cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/cmd.py b/lib/git/cmd.py index 796928b3..aef53350 100644 --- a/lib/git/cmd.py +++ b/lib/git/cmd.py @@ -35,7 +35,7 @@ class Git(object): of the command to stdout. Set its value to 'full' to see details about the returned values. """ - def __init__(self, git_dir): + def __init__(self, git_dir=None): """ Initialize this instance with: |