forgejo/services/repository
Zettat123 4de5cd9f36
Return empty url for submodule tree entries (#23043)
Close #22614.

Refer to [Github's
API](https://docs.github.com/en/rest/git/trees?apiVersion=2022-11-28#get-a-tree),
if a tree entry is a submodule, its url will be an empty string.

---------

Co-authored-by: delvh <leon@kske.dev>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2023-02-21 12:31:17 -05:00
..
archiver
files Return empty url for submodule tree entries (#23043) 2023-02-21 12:31:17 -05:00
adopt.go
adopt_test.go
avatar.go
avatar_test.go
branch.go
cache.go
check.go
fork.go
fork_test.go
hooks.go
lfs.go
main_test.go
push.go Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
repository.go
repository_test.go
review.go Rename repo.GetOwner to repo.LoadOwner (#22967) 2023-02-18 20:11:03 +08:00
review_test.go
template.go Scoped labels (#22585) 2023-02-18 21:17:39 +02:00
transfer.go Rename repo.GetOwner to repo.LoadOwner (#22967) 2023-02-18 20:11:03 +08:00
transfer_test.go