gitea/templates/repo/pulls
wxiaoguang 6422f05a4e
Decouple diff stats query from actual diffing (#33810)
The diff stats are no longer part of the diff generation.
Use `GetDiffShortStat` instead to get the total number of changed files,
added lines, and deleted lines.
As such, `gitdiff.GetDiff` can be simplified:
It should not do more than expected.

And do not run "git diff --shortstat" for pull list. Fix #31492
2025-03-08 17:36:08 +08:00
..
commits.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
files.tmpl Refactor issue page info (#32445) 2024-11-08 02:21:13 +00:00
fork.tmpl Fix form width (#33151) 2025-01-08 23:57:18 +08:00
status.tmpl Refactor tmpl and blob_excerpt (#32967) 2024-12-25 00:51:13 +08:00
tab_menu.tmpl Decouple diff stats query from actual diffing (#33810) 2025-03-08 17:36:08 +08:00