You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
check.go Rename almost all Ctx functions (#22071) 2 years ago
check_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
comment.go Rename almost all Ctx functions (#22071) 2 years ago
commit_status.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
edits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
merge.go Rename almost all Ctx functions (#22071) 2 years ago
patch.go Correctly handle moved files in apply patch (#22118) 2 years ago
patch_unmerged.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Rename almost all Ctx functions (#22071) 2 years ago
pull_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
review.go Rename almost all Ctx functions (#22071) 2 years ago
temp_repo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
update.go Rename almost all Ctx functions (#22071) 2 years ago