mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-16 22:15:43 +08:00
The pull request list API is slow, for every pull request, it needs to open a git repository. Assume it has 30 records, there will be 30 sub processes back because every repository will open a git cat-file --batch sub process. This PR use base git repository to get the head commit id rather than read it from head repository to avoid open any head git repository. |
||
|---|---|---|
| .. | ||
| branch_list.go | ||
| branch_test.go | ||
| branch.go | ||
| commit_status_summary.go | ||
| commit_status_test.go | ||
| commit_status.go | ||
| lfs_lock_list.go | ||
| lfs_lock.go | ||
| lfs.go | ||
| main_test.go | ||
| protected_branch_list_test.go | ||
| protected_branch_list.go | ||
| protected_branch_test.go | ||
| protected_branch.go | ||
| protected_tag_test.go | ||
| protected_tag.go | ||