gitbutler/crates/gitbutler-branch-actions
Sebastian Thiel 4a7b63a56e
various refactors in main functions called during project load
* use `ctx` as name instead of `project_repository` to make lines shorter
  and more readable. This could be done everywhere once the type-name changes
  as well.
* Where possible, avoid using `&self` for `VirtualBranchActions` as there is no state.
  For now I avoided to remove its usage as field in the filesystem monitor.
* Use a more modern way to use state in `tauri` commands.
* Add the `Ext` suffix to what clearly is extension traits.
2024-07-14 21:32:55 +02:00
..
src various refactors in main functions called during project load 2024-07-14 21:32:55 +02:00
tests various refactors in main functions called during project load 2024-07-14 21:32:55 +02:00
Cargo.toml move ReferenceName tagged string to gitbutler-reference crate 2024-07-10 16:48:59 +02:00