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
Zettat123 e9aa39bda4
Fix a branch divergence cache bug (#31659)
Fix #31599

A branch divergence is counted based on the default branch. If the
default branch is updated, all divergence caches of the repo need to be
deleted.
7 months ago
..
archiver
commitstatus
files Refactor names (#31405) 8 months ago
adopt.go
adopt_test.go Add a simple test for AdoptRepository (#31391) 8 months ago
avatar.go
avatar_test.go
branch.go Fix a branch divergence cache bug (#31659) 7 months ago
cache.go
check.go
collaboration.go
collaboration_test.go
commit.go
contributors_graph.go
contributors_graph_test.go
create.go
create_test.go
delete.go
delete_test.go
fork.go
fork_test.go
generate.go Add `YEAR`, `MONTH`, `MONTH_ENGLISH`, `DAY` variables for template repos (#31584) 7 months ago
generate_test.go
hooks.go
init.go
lfs.go
lfs_test.go
main_test.go
migrate.go
push.go Fix a branch divergence cache bug (#31659) 7 months ago
repository.go
repository_test.go
review.go
review_test.go
setting.go
template.go
transfer.go Add `lint-go-gopls` (#30729) 8 months ago
transfer_test.go