2
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-19 20:21:40 +08:00
zeripath 99fb256411
Finally fix diff names () ()
Backport 

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  and
uses these options to fix this.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-10-14 14:27:21 +03:00
..