diff options
author | zeripath <art27@cantab.net> | 2020-10-16 18:13:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 13:13:18 -0400 |
commit | 6bab678bed726e9d5371cd10050ea217ab076c24 (patch) | |
tree | 28f99213856802be65a965f91441742b0e20ae4a /templates/user/project.tmpl | |
parent | b222dbc1d1df2559206ec1c27928d4666a48f0e8 (diff) | |
download | gitea-6bab678bed726e9d5371cd10050ea217ab076c24.tar.gz gitea-6bab678bed726e9d5371cd10050ea217ab076c24.zip |
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 <art27@cantab.net>
* Add testcase
Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix comment
* simplify error handling
Signed-off-by: Andrew Thornton <art27@cantab.net>
* never return io.EOF
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates/user/project.tmpl')
0 files changed, 0 insertions, 0 deletions