Git submodules support.#36313
Conversation
Scan for submodules when a module is added, and add those repositories immediately.
…ies are found if appropriate.
|
+1 I'm missing this features! |
|
@joaomoreno , I don't want to push or get in the way of the team's workflow, but is there anything I could do to help this along? |
|
@petkahl There were a few issues with this PR:
Nevertheless, big thank you for pushing this forward! I have merged your changes into |
|
I was thinking the submodule status would be useful for adding the capability to initialize the submodule from the UI, but I never got around to doing it, so for now removing it out is the right choice. |
Basic support for #7829.
Automatically add submodules of added git repository when adding the repository.
When a repository is shown in the Index or Working tree resource groups, clicking on them does nothing. It would be better if either an informational message was shown, or the focus was shifted to that submodule in the Git view, but I'm not completely sure how to do the first, and the second doesn't seem possible at the moment.