gitea/modules/repofiles
zeripath 99fb256411
Finally fix diff names (#13136) (#13139)
Backport #13136

it is possible to have an ambiguous line here.

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>
2020-10-14 14:27:21 +03:00
..
action_test.go Improve push update options (#10105) 2020-02-02 15:27:34 -05:00
action.go Update only the repository columns that need updating (#12900) (#12912) 2020-09-21 09:06:23 +08:00
blob_test.go
blob.go
commit_status.go
commit.go
content_test.go
content.go Fix GetContents(): Dont't ignore Executables (#11192) 2020-04-24 19:20:22 +03:00
delete.go Allow to set protected file patterns that can not be changed under no conditions (#10806) 2020-03-27 00:26:34 +02:00
diff_test.go
diff.go
file_test.go
file.go
repofiles_test.go
repofiles.go
temp_repo.go Finally fix diff names (#13136) (#13139) 2020-10-14 14:27:21 +03:00
tree_test.go
tree.go
update.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
upload.go
verification.go