lazygit/pkg/commands/patch
Stefan Haller f76cc27956 Bundle the reverse and keepOriginalHeader flags into a PatchOptions struct
We are going to add one more flag in the next commit.

Note that we are not using the struct inside patch_manager.go; we keep passing
the individual flags there. The reason for this will become more obvious later
in this branch.
2023-03-07 09:49:34 +01:00
..
hunk.go make more use of generics 2022-03-24 20:14:41 +11:00
patch_manager.go Bundle the reverse and keepOriginalHeader flags into a PatchOptions struct 2023-03-07 09:49:34 +01:00
patch_modifier.go Bundle the reverse and keepOriginalHeader flags into a PatchOptions struct 2023-03-07 09:49:34 +01:00
patch_modifier_test.go Bundle the reverse and keepOriginalHeader flags into a PatchOptions struct 2023-03-07 09:49:34 +01:00
patch_parser.go Improve staging panel integration tests 2023-02-25 11:35:41 +11:00