1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 22:01:43 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
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
18f48a43d5 add some more linters 2022-01-09 14:09:53 +11:00
826d1660c9 move patch stuff into its own package 2020-08-15 11:41:37 +10:00