0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-16 21:17:26 +02:00
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
..
2025-01-17 08:55:02 +00:00
2025-01-20 15:17:47 +08:00
2025-03-04 17:58:17 +00:00
2025-01-15 11:15:47 +08:00
2025-01-08 23:57:18 +08:00
2025-01-06 12:07:52 +08:00
2025-01-15 11:15:47 +08:00