Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit332521a

Browse files
committed
fix(cmd): make short options with arguments become two separate arguments for the executable.
1 parent8324c4b commit332521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def custom_environment(self, **kwargs):
700700
finally:
701701
self.update_environment(**old_env)
702702

703-
deftransform_kwargs(self,split_single_char_options=False,**kwargs):
703+
deftransform_kwargs(self,split_single_char_options=True,**kwargs):
704704
"""Transforms Python style kwargs into git command line options."""
705705
args=list()
706706
fork,vinkwargs.items():

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp