-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Global submodules view #3306
Comments
I agree that this could be useful, but it's a bit tricky to do. Here's a hacky commit that provides the basics if you want to try it; no PR yet, as this is not really good enough yet. Problems:
@vikulikov Let me know if this is going into a direction that you find useful. |
I think yes, it is. There is also a |
I know, but it's too slow for our purpose, because it spawns a shell process for every submodule; especially on Windows, where forking subprocesses is expensive. |
@vikulikov Here's a PR: #3341. Can you please test it? |
Great! It works perfectly |
- **PR Description** Extend the submodules tab to show not only the top-level submodules, but also their nested submodules, recursively. Fixes #3306.
Describe the solution you'd like
It would be great if
submodules
tab could show all submodules of the current project recursively. Not only submodules of the current context, but also submodules of submodules, etc. As one listThe text was updated successfully, but these errors were encountered: