mirror of https://github.com/go-gitea/gitea.git
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.
edfebe65b1
* Finally fix diff names #12771 attempted to fix diff by avoiding the git diff line as it is possible to have an ambiguous line here. #12254 attempted to fix diff by assuming that names would quoted if they needed to be and if one was quoted then both would be. Both of these were wrong. I have now discovered `--src-prefix` and `--dst-prefix` which means that we can set this in such a way to force the git diff to always be unambiguous. Therefore this PR rollsback most of the changes in #12771 and uses these options to fix this. Signed-off-by: Andrew Thornton <art27@cantab.net> * Update services/gitdiff/gitdiff.go * Update services/gitdiff/gitdiff.go * Update modules/repofiles/temp_repo.go * fix test Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> |
4 years ago | |
---|---|---|
.. | ||
action.go | 4 years ago | |
action_test.go | 4 years ago | |
blob.go | 5 years ago | |
blob_test.go | 5 years ago | |
commit.go | 6 years ago | |
commit_status.go | 5 years ago | |
content.go | 5 years ago | |
content_test.go | 5 years ago | |
delete.go | 4 years ago | |
diff.go | 5 years ago | |
diff_test.go | 5 years ago | |
file.go | 5 years ago | |
file_test.go | 5 years ago | |
repofiles.go | 6 years ago | |
repofiles_test.go | 6 years ago | |
temp_repo.go | 4 years ago | |
tree.go | 5 years ago | |
tree_test.go | 5 years ago | |
update.go | 4 years ago | |
upload.go | 4 years ago | |
verification.go | 5 years ago |