Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly handle moved files in apply patch (go-gitea#22118) (go-gite…
…a#22136) Backport go-gitea#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 go-gitea#22083 Signed-off-by: Andrew Thornton <art27@cantab.net> Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
- Loading branch information