Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show console on Windows #1506

Merged
merged 4 commits into from
Aug 10, 2024
Merged

Conversation

sheremetyev
Copy link
Contributor

When used inside GUI application, gix causes console window to appear temporarily, due to execution of git.

Command needs special flags to prevent that. More details: https://stackoverflow.com/a/60958956

When used inside GUI application, gix causes console window to appear temporarily, due to execution of git.

Command needs special flags to prevent that. More details: https://stackoverflow.com/a/60958956
Copy link
Owner

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, this is a much appreciated fix!

There is also the gix-command crate which creates a std::process::Command instance to create git-style invocations, and it looks like it also doesn't turn this 'feature' off - I changed this now and also will assure that gix-command is used everywhere.

@Byron Byron merged commit e2c747d into Byron:main Aug 10, 2024
19 checks passed
@sheremetyev sheremetyev deleted the push-ysnqkzlzwuwq branch August 10, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants