gitbutler/crates/gitbutler-branch-actions/tests/virtual_branches
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
..
amend.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
apply_virtual_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
convert_to_real_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
create_commit.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
create_virtual_branch_from_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
delete_virtual_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
init.rs rename gitbutler-virtual to gitbutler-branch-actions 2024-07-10 14:49:48 +02:00
insert_blank_commit.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
mod.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
move_commit_file.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
move_commit_to_vbranch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
oplog.rs various refactors in main functions called during project load 2024-07-14 21:32:55 +02:00
references.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
reorder_commit.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
reset_virtual_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
selected_for_changes.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
set_base_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
squash.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
unapply_ownership.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
undo_commit.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
update_base_branch.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
update_commit_message.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
upstream.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
verify_branch.rs rename gitbutler-virtual to gitbutler-branch-actions 2024-07-10 14:49:48 +02:00