Skip to content

Commit 6bab678

Browse files
zeripathlafriks
andauthored
Fix diff skipping lines (#13154)
* Fix diff skipping lines ParsePatch previously just skipped all lines that start with "+++ " or "--- " and makes no attempt to see these lines in context. This PR rewrites ParsePatch to pay attention to context and position within a patch, ensuring that --- and +++ are only skipped if appropriate. This PR also fixes several issues with incomplete files. Fix https://codeberg.org/Codeberg/Community/issues/308 Fix #13153 Signed-off-by: Andrew Thornton <[email protected]> * Add testcase Signed-off-by: Andrew Thornton <[email protected]> * fix comment * simplify error handling Signed-off-by: Andrew Thornton <[email protected]> * never return io.EOF Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent b222dbc commit 6bab678

File tree

2 files changed

+348
-182
lines changed

2 files changed

+348
-182
lines changed

0 commit comments

Comments
 (0)