gitbutler/crates/gitbutler-branch-actions/tests/virtual_branches
Sebastian Thiel 7c371e5dd4
More tests to understand more about the current branch-listing.
This also needs the ability to create commits.
Also experiment with `async` tauri commands, but without actually making
them `async` - nothing actually is so why pretend?

Further, assure we get the correct author and committer which helps it
pick up the overridden author information when creating a commit.
2024-07-28 17:12:23 +02:00
..
amend.rs adapt to changes in gitbutler-branch crate 2024-07-14 21:32:55 +02:00
apply_virtual_branch.rs Always overwrite local references 2024-07-25 15:49:22 +02:00
convert_to_real_branch.rs Always overwrite local references 2024-07-25 15:49:22 +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 Specify the correct branch to be the upstream 2024-07-25 15:11:07 +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
list.rs More tests to understand more about the current branch-listing. 2024-07-28 17:12:23 +02:00
mod.rs first simple test for list_branches and basic read-only test framework 2024-07-27 19:14:15 +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 enforce in-process-synchronization during worktree updates and prolonged reads in oplog 2024-07-15 14:21:15 +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 Always overwrite local references 2024-07-25 15:49:22 +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 Don't create unrequired wip commits 2024-07-25 15:25:51 +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