gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
12.59k stars 498 forks source link

Use `gitoxide` to more reliably find the Git executable on Windows. (#1419) #4162

Closed Byron closed 3 months ago

Byron commented 3 months ago

Previously, Windows installations that didn't put git.exe into their PATH were unable to have their executable found.

gitoxide has the same problem to solve and can now 'find harder' in known installation locations.

This capability is now used here, instead of hard-coding git.exe or git.

Tasks

Fixes #4142

krlvi commented 3 months ago

gitbutler <3 gitoxide