lazygit/pkg/commands/patch
Stefan Haller 13a35408e6 Introduce options struct for RenderPatchForFile
We're going to add another argument in the next commit, and that's getting a bit
much, especially when most of the arguments are bool and you only see true and
false at the call sites without knowing what they mean.
2024-06-23 12:40:31 +02:00
..
format.go Standardise display of range selection across views 2024-01-19 10:47:21 +11: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 Stop cycling hunks when reaching the end 2023-08-15 11:40:40 +02:00
patch_builder.go Introduce options struct for RenderPatchForFile 2024-06-23 12:40:31 +02:00
patch_line.go refactor patch code 2023-03-19 16:30:39 +11:00
patch_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
transform.go refactor patch code 2023-03-19 16:30:39 +11:00