1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-15 00:58:11 -04:00
gitea/services/repository
Lunny Xiao 91ac65db5e
Fix forked repositories missed tags (#18719)
* Fix forked repositories missed tags

* Add missed close

* Use ctx

Co-authored-by: 6543 <6543@obermui.de>
2022-02-12 11:18:06 +08:00
..
archiver
files Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
adopt_test.go
adopt.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
avatar_test.go
avatar.go
branch.go
cache.go
check.go Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
fork_test.go
fork.go Fix forked repositories missed tags (#18719) 2022-02-12 11:18:06 +08:00
hooks.go
main_test.go
push.go
repository.go
template.go
transfer_test.go
transfer.go