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 8324c4b commit 332521aCopy full SHA for 332521a
git/cmd.py
@@ -700,7 +700,7 @@ def custom_environment(self, **kwargs):
700
finally:
701
self.update_environment(**old_env)
702
703
-deftransform_kwargs(self, split_single_char_options=False, **kwargs):
+deftransform_kwargs(self, split_single_char_options=True, **kwargs):
704
"""Transforms Python style kwargs into git command line options."""
705
args=list()
706
fork, vinkwargs.items():
0 commit comments