mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-14 07:41:21 +01:00
Fix #33271 Suppose there is a `branch-a` in fork repo: 1. if `branch-a` exists in base repo: try to sync `base:branch-a` to `fork:branch-a` 2. if `branch-a` doesn't exist in base repo: try to sync `base:main` to `fork:branch-a` |
||
|---|---|---|
| .. | ||
| 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 | ||