This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/services/gitdiff
Richard Mahn befb6bea22
Prevent NPE in CSV diff rendering when column removed (#17018) (#17377)
Backport of #17018

Fixes #16837 if a column is deleted.
2021-10-20 22:55:34 +02:00
..
testdata/academic-module Fix panic when diff (#9187) 2019-11-28 17:05:57 +08:00
csv.go Prevent NPE in CSV diff rendering when column removed (#17018) (#17377) 2021-10-20 22:55:34 +02:00
csv_test.go Prevent NPE in CSV diff rendering when column removed (#17018) (#17377) 2021-10-20 22:55:34 +02:00
gitdiff.go Prevent panic on diff generation (#16950) (#16951) 2021-09-05 12:17:42 +02:00
gitdiff_test.go Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895) 2021-08-31 05:02:27 +02:00
main_test.go