lazygit/pkg/commands/patch
Stefan Haller a68cd6af9c Concatenate patches to apply them all at once
This fixes the problem that patching would stop at the first file that has a
conflict. We always want to patch all files.

Also, it's faster for large patches, and the code is a little bit simpler too.
2023-03-07 09:49:34 +01:00
..
hunk.go Add patch option WillBeAppliedReverse 2023-03-07 09:49:34 +01:00
patch_manager.go Concatenate patches to apply them all at once 2023-03-07 09:49:34 +01:00
patch_modifier.go Use forward patches and --reverse flag for partial patches too 2023-03-07 09:49:34 +01:00
patch_modifier_test.go Add patch option WillBeAppliedReverse 2023-03-07 09:49:34 +01:00
patch_parser.go Improve staging panel integration tests 2023-02-25 11:35:41 +11:00