jesseduffield.lazygit/pkg/integration/tests
Stefan Haller a415d1b529 Fix the main view display after reverting a commit
We move the selection down by the number of commits that were reverted (to keep
the same commits selected). However, this only happens after refreshing, which
has rendered the main view with the wrong commit, so we need to render it again
after moving the selection.

There are many other callers of MoveSelection in LocalCommitsController, but all
of them happen before the refresh. Revert is special because it needs to move
the selection after refreshing, e.g. when reverting the only commit of a branch.
2025-12-23 14:55:58 +01:00
..
bisect
branch Fix deleting a remote branch when a remote tag with the same name exists 2025-11-27 19:51:24 +01:00
cherry_pick Add tests 2025-10-14 12:27:32 +02:00
commit Fix the main view display after reverting a commit 2025-12-23 14:55:58 +01:00
config
conflicts Add merge options menu 2025-10-09 08:45:58 +02:00
custom_commands feat: support custom keybinds in custom command prompt menus 2025-12-22 13:43:52 +01:00
demo
diff
file
filter_and_search
filter_by_author
filter_by_path When entering a commit in path filtering mode, select the filtered path 2025-10-09 09:58:15 +02:00
interactive_rebase
misc
patch_building
reflog
remote feat: add fork remote command 2025-11-16 17:26:00 +01:00
shared Add merge options menu 2025-10-09 08:45:58 +02:00
shell_commands
staging
stash Fix dropping a range of stashes in filtered mode 2025-08-25 18:41:06 +02:00
status
submodule
sync
tag Fix deleting a remote tag when a remote branch with the same name exists 2025-11-27 19:52:18 +01:00
ui Add no-ff merge option 2025-10-19 21:24:28 +02:00
undo Switch to branches view when checking out a commit 2025-11-16 21:23:40 +01:00
worktree Offer to force-delete a worktree if it contains submodules 2025-10-14 12:19:49 +02:00
test_list.go feat: support custom keybinds in custom command prompt menus 2025-12-22 13:43:52 +01:00
test_list_generator.go
tests.go