mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
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. |
||
|---|---|---|
| .. | ||
| apply.go | ||
| apply_in_reverse.go | ||
| apply_in_reverse_with_conflict.go | ||
| copy_patch_to_clipboard.go | ||
| move_to_index.go | ||
| move_to_index_partial.go | ||
| move_to_index_with_conflict.go | ||
| move_to_new_commit.go | ||
| remove_from_commit.go | ||
| reset_with_escape.go | ||
| select_all_files.go | ||
| specific_selection.go | ||
| start_new_patch.go | ||