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/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>
3 years ago
..
testdata/academic-module Fix panic when diff (#9187) 5 years ago
csv.go Add Tabular Diff for CSV files (#14661) 3 years ago
csv_test.go Fixed assert statements. (#16089) 3 years ago
gitdiff.go Simplify split diff view generation and remove JS dependency (#16775) 3 years ago
gitdiff_test.go Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
main_test.go Move git diff codes from models to services/gitdiff (#7889) 5 years ago