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
- def transform_kwargs(self, split_single_char_options=False, **kwargs):
+ def transform_kwargs(self, split_single_char_options=True, **kwargs):
704
"""Transforms Python style kwargs into git command line options."""
705
args = list()
706
for k, v in kwargs.items():
0 commit comments