1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-14 23:35:47 +00:00
gitea/services/gitdiff
zeripath 96969ddec8
Fix yet another bug with diff file names (#12771)
Following further testing it has become apparent that the diff line
cannot be used to determine filenames for diffs with any sort of predictability
the answer therefore is to use the other lines that are provided with a diff

Fix #12768

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-09-09 14:08:40 +01:00
..
testdata/academic-module Fix panic when diff (#9187) 2019-11-28 17:05:57 +08:00
gitdiff_test.go Fix yet another bug with diff file names (#12771) 2020-09-09 14:08:40 +01:00
gitdiff.go Fix yet another bug with diff file names (#12771) 2020-09-09 14:08:40 +01:00
main_test.go Move git diff codes from models to services/gitdiff (#7889) 2019-09-05 22:20:09 -04:00