This repository was archived by the owner on Jul 27, 2023. It is now read-only.
View Submodule #54
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently we have to skip over a submodule if it appears in a directory tree.
The issue is that when we get a
TreeEntry
for a submodule and check itsObjectType
it appears to be aCommit
.When trying to render a directory tree we
to_object
which takes theRepository
that should have that object. Thus, the function will return anError
since it cannot find theCommit
for the submodule in the repository.In GitHub a submodule is rendered as a link to the submodule's URL. Would this be possible in surf?
The text was updated successfully, but these errors were encountered: