1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/integration/tests/commit
stk b499eba1a8 Select next stageable line correctly after staging a range of lines
We already have this very convenient behavior of jumping to the next stageable
line after staging something. However, while this worked well for staging
single lines or hunks, it didn't work correctly when staging a range of lines;
in this case we want to start searching from the first line of the range.
2023-02-15 21:29:00 +01:00
..
commit_multiline.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
commit.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
discard_old_file_change.go migrate discard old file change test 2022-12-28 13:01:32 +11:00
new_branch.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
revert.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
stage_range_of_lines.go Select next stageable line correctly after staging a range of lines 2023-02-15 21:29:00 +01:00
staged_without_hooks.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
staged.go move popup assertions into a struct 2022-12-28 11:00:22 +11:00
unstaged.go Make SelectedLine/SelectedLineIdx work in staging/stagingSecondary views 2023-02-15 21:22:11 +01:00