This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
gitea
Watch
1
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2025-10-11 08:13:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
befb6bea22d757231ae51c48a4f40b71f2d87ad8
gitea
/
services
/
gitdiff
History
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
…
csv_test.go
Prevent NPE in CSV diff rendering when column removed (
#17018
) (
#17377
)
2021-10-20 22:55:34 +02:00
csv.go
Prevent NPE in CSV diff rendering when column removed (
#17018
) (
#17377
)
2021-10-20 22:55:34 +02:00
gitdiff_test.go
…
gitdiff.go
Prevent panic on diff generation (
#16950
) (
#16951
)
2021-09-05 12:17:42 +02:00
main_test.go
…