You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
[-]CMS windows created for Windows GUI python programs[/-][+]CMD windows created for Windows GUI python programs[/+]Byron commentedon Jul 30, 2016
Please note that the patch referred to by the OP is already part of #469. The issue can be closed when merged.
barry-scott commentedon Aug 1, 2016
Oh I get it because I push master you see in the PR. I did not expect that.
barry-scott commentedon Aug 2, 2016
Fixed by PR #469.