gitbutler/crates/gitbutler-git
Sebastian Thiel cd20bbb859
Use gitoxide to more reliably find the Git executable on Windows. (#1419)
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`.
2024-06-24 16:03:15 +02:00
..
src Use gitoxide to more reliably find the Git executable on Windows. (#1419) 2024-06-24 16:03:15 +02:00
tests move multi-file modules to mod.rs and single-file modules to <name>.rs 2024-04-26 11:56:35 +02:00
Cargo.toml Use gitoxide to more reliably find the Git executable on Windows. (#1419) 2024-06-24 16:03:15 +02:00