gitea/routers/api
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
..
actions Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
packages Add composor source field (#33502) 2025-02-28 16:29:21 +00:00
v1 Decouple diff stats query from actual diffing (#33810) 2025-03-08 17:36:08 +08:00