git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

Don't show console on Windows

Open sheremetyev opened this issue 1 year ago • 0 comments

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

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

(For context - similar change in gitoxide: https://github.com/Byron/gitoxide/pull/1506)

sheremetyev avatar Aug 11 '24 16:08 sheremetyev