mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 11:53:18 +03:00
ae3a6f3ebe
* feat: add flush_vbranches method to Controller struct The `flush_vbranches` method has been added to the `Controller` struct. This method allows flushing virtual branches as a tree for a specific project. It iterates over the virtual branches of the project and calls the `flush_vbranch_as_tree` function to flush each virtual branch. This method is used in the `Handler` struct to flush virtual branches for a project before flushing the session. * cleanup error handling * make controller async for consistency and block on the caller site |
||
---|---|---|
.. | ||
icons | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
tauri.conf.json | ||
tauri.conf.nightly.json | ||
tauri.conf.release.json |