mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
b499eba1a8
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. |
||
---|---|---|
.. | ||
commit_multiline.go | ||
commit.go | ||
discard_old_file_change.go | ||
new_branch.go | ||
revert.go | ||
stage_range_of_lines.go | ||
staged_without_hooks.go | ||
staged.go | ||
unstaged.go |