mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-12 09:05:32 +02:00
This commit fixes the treatment of various edge cases related to diff limits. - Exact-limit diffs: a file containing exactly the configured maximum was incorrectly treated as too large and hidden behind “Load diff.” It now renders normally. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>