gitbutler/crates/gitbutler-core/tests/suite/virtual_branches
Mattias Granlund 8140afb88b Use adjacent hunks in commit/lock detection test
We still need to fix the off-by-one bug affecting hunk end lines. When we add start_line + line_count we end up with an extra line. For example, with start_line 1, and line_count 1, the range is 1:1, not 1:2.
2024-04-24 08:15:01 +01:00
..
amend.rs use the new 'app' error type everywhere 2024-04-01 16:19:09 +02:00
apply_virtual_branch.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
cherry_pick.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
create_commit.rs Use adjacent hunks in commit/lock detection test 2024-04-24 08:15:01 +01:00
create_virtual_branch_from_branch.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
delete_virtual_branch.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
fetch_from_target.rs chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
init.rs rm gb_repository from controller 2024-04-21 09:26:34 +02:00
mod.rs rm gb_repository from controller 2024-04-21 09:26:34 +02:00
move_commit_to_vbranch.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
references.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
reset_virtual_branch.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
selected_for_changes.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
set_base_branch.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00
squash.rs use the new 'app' error type everywhere 2024-04-01 16:19:09 +02:00
unapply_ownership.rs Adjust GitHunk to not require UTF8 for diffs 2024-04-21 11:35:25 +02:00
unapply.rs fix rustfmt formatting issues due to line-length (#3039) 2024-04-23 12:53:56 +02:00
update_base_branch.rs Blame across workspace instead of by branch 2024-04-24 08:15:01 +01:00
update_commit_message.rs use the new 'app' error type everywhere 2024-04-01 16:19:09 +02:00
upstream.rs rm uses_diff_context from list vbranches return 2024-04-17 07:14:43 +02:00