1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-20 21:22:01 +03:00
Files
lazygit/pkg/commands/patch/patch_manager.go
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

7.7 KiB