gitbutler/crates/gitbutler-core/tests/suite
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
..
virtual_branches Use adjacent hunks in commit/lock detection test 2024-04-24 08:15:01 +01:00
gb_repository.rs use the new testsupport crate 2024-04-09 20:45:17 +02:00
projects.rs a clear error message when bare repositories are encountered and rejected (#2704) 2024-04-22 11:01:07 +02:00