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
wxiaoguang 3310dd1d19
Improve code diff highlight, fix incorrect rendered diff result (#19958)
Use Unicode placeholders to replace HTML tags and HTML entities first, then do diff, then recover the HTML tags and HTML entities. Now the code diff with highlight has stable behavior, and won't emit broken tags.
2 years ago
..
testdata/academic-module rm .sample hooks which aren't used (#19101) 2 years ago
csv.go format with gofumpt (#18184) 2 years ago
csv_test.go format with gofumpt (#18184) 2 years ago
gitdiff.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 2 years ago
gitdiff_test.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 2 years ago
highlightdiff.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 2 years ago
highlightdiff_test.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 2 years ago
main_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 2 years ago