gitea/services/pull
zeripath cdc43454a4
Correctly handle moved files in apply patch (#22118)
Moved files in a patch will result in git apply returning:

```
error: {filename}: No such file or directory
```

This wasn't handled by the git apply patch code. This PR adds handling
for this.

Fix #22083

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-12-14 21:45:33 +08:00
..
check.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
check_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
comment.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
commit_status.go refactor some functions to support ctx as first parameter (#21878) 2022-12-03 10:48:26 +08:00
edits.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
merge.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
patch.go Correctly handle moved files in apply patch (#22118) 2022-12-14 21:45:33 +08:00
patch_unmerged.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
pull.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
pull_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
review.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
temp_repo.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
update.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00