You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
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
6 days ago
..
activitypub Refactor error system (#33610) 4 weeks ago
admin Refactor error system (#33626) 4 weeks ago
misc Refactor error system (#33626) 4 weeks ago
notify Refactor error system (#33610) 4 weeks ago
org Refactor error system (#33626) 4 weeks ago
packages Refactor error system (#33626) 4 weeks ago
repo Decouple diff stats query from actual diffing (#33810) 6 days ago
settings Move context from modules to services (#29440) 1 year ago
shared Refactor error system (#33626) 4 weeks ago
swagger Artifacts download api for artifact actions v4 (#33510) 4 weeks ago
user Refactor error system (#33626) 4 weeks ago
utils Refactor error system (#33626) 4 weeks ago
api.go Improve swagger generation (#33664) 3 weeks ago