gitbutler/crates/gitbutler-testsupport
Sebastian Thiel b58a3f6dc3
Assure tests don't assume the default branch is set to master globally.
Unfortunately, with anything `git2`, it's impossible (or unknown) to
prevent it from picking up the users configuration, hence tests aren't
isolated.

This change alleviates the worst results of this which at least makes
the tests run in my particular setup.
2024-10-11 21:59:48 +02:00
..
src Assure tests don't assume the default branch is set to master globally. 2024-10-11 21:59:48 +02:00
Cargo.toml extract the Branch types to crate gitbutler-stack 2024-10-08 15:27:16 +02:00