jesseduffield.lazygit/pkg/commands/patch
Stefan Haller 6bfcab3d89 Fix selection after staging an added line
In some cases, staging an added line could result in the previous deleted line
to become selected, rather than the next added line.
2026-03-19 16:57:53 +01:00
..
format.go Export PatchLine.isChange 2025-07-04 10:14:35 +02:00
hunk.go refactor patch code 2023-03-19 16:30:39 +11:00
parse.go refactor patch code 2023-03-19 16:30:39 +11:00
patch.go Fix selection after staging an added line 2026-03-19 16:57:53 +01:00
patch_builder.go refactor: use strings.Builder and strings.Repeat to simplify code 2025-12-03 18:34:21 +01:00
patch_line.go Fix selection after staging an added line 2026-03-19 16:57:53 +01:00
patch_test.go Fix staging only some lines of a block of consecutive changes 2026-03-19 16:57:53 +01:00
transform.go Fix staging only some lines of a block of consecutive changes 2026-03-19 16:57:53 +01:00