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.
forgejo/services
zeripath edfebe65b1
Finally fix diff names (#13136)
* 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
..
comments Refactor pull request review (#8954) 5 years ago
externalaccount Allow externalID to be UUID (#8551) 5 years ago
gitdiff Finally fix diff names (#13136) 4 years ago
issue Add team support for review request (#12039) 4 years ago
mailer Fix "only mail on mention" bug (#12775) 4 years ago
mirror Mirror: Update DB on Address-Update too (#12964) 4 years ago
pull [Enhancement] Allow admin to merge pr with protected file changes (#12078) 4 years ago
release Add a storage layer for attachments (#11387) 4 years ago
repository Move update-server-info to hooks (#12826) 4 years ago
wiki Update golangci-lint to version 1.31.0 (#13102) 4 years ago