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/services/repository/files
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
1 week ago
..
cherry_pick.go Support choose email when creating a commit via web UI (#33432) 2 months ago
commit.go Move commits signature and verify functions to service layers (#33605) 4 weeks ago
content.go Move some errors to their own sub packages (#32880) 3 months ago
content_test.go Clarify path param naming (#32969) 3 months ago
diff.go Fix reverting a merge commit failing (#28794) 1 year ago
diff_test.go Decouple diff stats query from actual diffing (#33810) 1 week ago
file.go Support choose email when creating a commit via web UI (#33432) 2 months ago
file_test.go Clarify path param naming (#32969) 3 months ago
patch.go Remove context from git struct (#33793) 2 weeks ago
temp_repo.go Decouple diff stats query from actual diffing (#33810) 1 week ago
tree.go Move some errors to their own sub packages (#32880) 3 months ago
tree_test.go Clarify path param naming (#32969) 3 months ago
update.go Support choose email when creating a commit via web UI (#33432) 2 months ago
upload.go Support choose email when creating a commit via web UI (more) (#33445) 1 month ago