mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 08:01:46 +03:00
4a7b63a56e
* 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. |
||
---|---|---|
.. | ||
amend.rs | ||
apply_virtual_branch.rs | ||
convert_to_real_branch.rs | ||
create_commit.rs | ||
create_virtual_branch_from_branch.rs | ||
delete_virtual_branch.rs | ||
init.rs | ||
insert_blank_commit.rs | ||
mod.rs | ||
move_commit_file.rs | ||
move_commit_to_vbranch.rs | ||
oplog.rs | ||
references.rs | ||
reorder_commit.rs | ||
reset_virtual_branch.rs | ||
selected_for_changes.rs | ||
set_base_branch.rs | ||
squash.rs | ||
unapply_ownership.rs | ||
undo_commit.rs | ||
update_base_branch.rs | ||
update_commit_message.rs | ||
upstream.rs | ||
verify_branch.rs |