Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support line removal in patch tool (#267)
The patch tool now properly handles empty content between ======= and >>>>>>> UPDATED, allowing for line removal in patches. This is done by: - Splitting patch content in multiple steps - Special handling of the case where UPDATED marker follows immediately after DIVIDER - Maintaining compatibility with existing patch formats
- Loading branch information