jesseduffield.lazygit/pkg/integration/tests/patch_building
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
..
apply.go cleanup integration test code 2023-02-26 12:54:13 +11:00
apply_in_reverse.go cleanup integration test code 2023-02-26 12:54:13 +11:00
apply_in_reverse_with_conflict.go Concatenate patches to apply them all at once 2023-03-07 09:49:34 +01:00
copy_patch_to_clipboard.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_index.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_index_partial.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_index_with_conflict.go cleanup integration test code 2023-02-26 12:54:13 +11:00
move_to_new_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
remove_from_commit.go cleanup integration test code 2023-02-26 12:54:13 +11:00
reset_with_escape.go migrate patch building tests 2023-02-25 21:37:16 +11:00
select_all_files.go migrate patch building tests 2023-02-25 21:37:16 +11:00
specific_selection.go cleanup integration test code 2023-02-26 12:54:13 +11:00
start_new_patch.go cleanup integration test code 2023-02-26 12:54:13 +11:00