1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

When entering a commit in path filtering mode, select the filtered path

This commit is contained in:
Stefan Haller
2025-10-06 10:31:24 +02:00
parent 5811f2945c
commit 7fe73c1ee2
5 changed files with 119 additions and 0 deletions

View File

@@ -242,6 +242,8 @@ var tests = []*components.IntegrationTest{
filter_by_path.KeepSameCommitSelectedOnExit,
filter_by_path.RewordCommitInFilteringMode,
filter_by_path.SelectFile,
filter_by_path.SelectFilteredFileWhenEnteringCommit,
filter_by_path.SelectFilteredFileWhenEnteringCommitNoRootItem,
filter_by_path.ShowDiffsForRenamedFile,
filter_by_path.TypeFile,
interactive_rebase.AdvancedInteractiveRebase,