]> source.dussan.org Git - gitea.git/commit
Make "sync branch" also sync object format and add tests (#30878) (#30880)
authorGiteabot <teabot@gitea.io>
Tue, 7 May 2024 00:33:28 +0000 (08:33 +0800)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 00:33:28 +0000 (08:33 +0800)
commitad5a8d043c6818c0c496ebae2f5ea9373219bcd6
tree766c3d6e7da677c9f7ea1f91fa83f892e542a4f9
parentcfe6779d4eb2f3869357768fe58863642f79c5a9
Make "sync branch" also sync object format and add tests (#30878) (#30880)

Backport #30878 by wxiaoguang

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
modules/git/repo.go
modules/repository/branch.go
modules/repository/branch_test.go [new file with mode: 0644]
services/repository/adopt.go