Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCMD windows created for Windows GUI python programs #495
Labels
Comments
Please note that the patch referred to by the OP is already part of #469. The issue can be closed when merged. |
Oh I get it because I push master you see in the PR. I did not expect that. |
Fixed by PR #469. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prevent CMD windows being shown when starting git in a subprocess.
This fixes a UI problem with using GitPython from a GUI python probgram.
Each repo that is opened creates a git cat-file processs and that provess will create
a console window with out this change.
patch.txt