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

Commit2af9892

Browse files
committed
Merge branch 'boppreh-patch-1' into 0.3
2 parentsa40d848 +7e231a4 commit2af9892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎git/cmd.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def dashify(string):
2929

3030

3131
classGit(LazyMixin):
32-
3332
"""
3433
The Git class manages communication with the Git binary.
3534
@@ -348,6 +347,9 @@ def execute(self, command,
348347
stdin=istream,
349348
stderr=PIPE,
350349
stdout=PIPE,
350+
# Prevent cmd prompt popups on windows by using a shell ... .
351+
# See https://github.com/gitpython-developers/GitPython/pull/126
352+
shell=sys.platform=='win32',
351353
close_fds=(os.name=='posix'),# unsupported on linux
352354
**subprocess_kwargs
353355
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp