We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A submodule that is listed in .gitmodules as,
[submodule "jakarta-servlet"] url = ../../ALP-pool/jakarta-servlet path = jakarta-servlet
is not linked in the repository view. A submodule that is listed in the other order is linked correctly.
[submodule "jakarta-servlet"] path = jakarta-servlet url = ../../ALP-pool/jakarta-servlet
The gitmodules.txt doesn't seem to impose any particular order on values.
NOTE: Demo site is down at this second so can't check if I can reproduce it there.
1.22.2
Yes
No response
It's built and running with systemd, using core git tools
PostgreSQL
The text was updated successfully, but these errors were encountered:
Bug ...........
Sorry, something went wrong.
33850a8
Fix submodule parsing (#32571) (#32577)
81ec66c
A quick fix for #32568 Partially backport from #32571
Successfully merging a pull request may close this issue.
Description
A submodule that is listed in .gitmodules as,
is not linked in the repository view. A submodule that is listed in the other order is linked correctly.
The gitmodules.txt doesn't seem to impose any particular order on values.
NOTE: Demo site is down at this second so can't check if I can reproduce it there.
Gitea Version
1.22.2
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
It's built and running with systemd, using core git tools
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: