mirror of https://github.com/go-gitea/gitea.git
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.
Running git update-index for every individual file is slow, so add and remove everything with a single git command. When such a big commit lands in the default branch, it could cause PR creation and patch checking for all open PRs to be slow, or time out entirely. For example, a commit that removes 1383 files was measured to take more than 60 seconds and timed out. With this change checking took about a second. This is related to #27967, though this will not help with commits that change many lines in few files. |
8 months ago | |
---|---|---|
.. | ||
check.go | 10 months ago | |
check_test.go | 1 year ago | |
comment.go | 10 months ago | |
commit_status.go | 11 months ago | |
commit_status_test.go | 12 months ago | |
edits.go | 2 years ago | |
lfs.go | 1 year ago | |
main_test.go | 1 year ago | |
merge.go | 8 months ago | |
merge_ff_only.go | 1 year ago | |
merge_merge.go | 1 year ago | |
merge_prepare.go | 2 years ago | |
merge_rebase.go | 1 year ago | |
merge_squash.go | 1 year ago | |
merge_test.go | 2 years ago | |
patch.go | 8 months ago | |
patch_unmerged.go | 2 years ago | |
pull.go | 10 months ago | |
pull_test.go | 1 year ago | |
review.go | 10 months ago | |
review_test.go | 11 months ago | |
temp_repo.go | 10 months ago | |
update.go | 10 months ago | |
update_rebase.go | 10 months ago |