gitbutler/crates/gitbutler-repo/tests/mod.rs
Kiril Videlov 12f826b9ad
move the stacking impl to repo crate
There is just too big of a dependency in both directions to be able to have a separation at this time. The gitbutler-repo crate is needed for the stacking functionality and the `rebase` module inside of it needs to use the new API in order to maintain consistency during rebasing.
2024-08-22 23:29:13 +02:00

3 lines
32 B
Rust

mod credentials;
mod reference;