Avoid spawning console windows when running from .pyw by boppreh · Pull Request #126 · gitpython-developers/GitPython

@boppreh

By adding `shell=True,` to the list of Popen parameters, we avoid spawning console windows when scripts call this method from a windowless (.pyw) Python script.

Byron added a commit that referenced this pull request

Apr 8, 2015
... if it is not found. Previously, especially on windows, this wasn't
explicit.

Fixes #248, affects #126