You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On gitea, file diffs are suppressed if they are too large
(app.ini MAX_GIT_DIFF_LINES)
or contain lines that are too long
(app.ini MAX_GIT_DIFF_LINE_CHARACTERS) .
It would be nice if these could be explicitly loaded on-demand anyway. Like is now supported for "Show More" if the diff contains too many files.