Skip to content

CMD windows created for Windows GUI python programs #495

Closed
@barry-scott

Description

@barry-scott
Contributor

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

Activity

changed the title [-]CMS windows created for Windows GUI python programs[/-] [+]CMD windows created for Windows GUI python programs[/+] on Jul 29, 2016
Byron

Byron commented on Jul 30, 2016

@Byron
Member

Please note that the patch referred to by the OP is already part of #469. The issue can be closed when merged.

barry-scott

barry-scott commented on Aug 1, 2016

@barry-scott
ContributorAuthor

Oh I get it because I push master you see in the PR. I did not expect that.

barry-scott

barry-scott commented on Aug 2, 2016

@barry-scott
ContributorAuthor

Fixed by PR #469.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Byron@barry-scott

        Issue actions

          CMD windows created for Windows GUI python programs · Issue #495 · gitpython-developers/GitPython