1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 02:21:40 +02:00
gitea/services/gitdiff
zeripath f5b0e2c9d2
Simplify split diff view generation and remove JS dependency (#16775)
Gitea has relied on some slow JS code to match up added and deleted lines on the
diff pages. This can cause a considerable slow down on large diff pages.

This PR makes a small change meaning that the matching up can occur much more simply.

Partial fix #1351

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-08-29 15:28:04 +01:00
..
testdata/academic-module
csv_test.go
csv.go
gitdiff_test.go
gitdiff.go Simplify split diff view generation and remove JS dependency (#16775) 2021-08-29 15:28:04 +01:00
main_test.go