-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Submodule Support #1087
Comments
Sounds about right. Didn't really think this through so it's likely I am missing vital aspects. |
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
@DctrNoob I got a prof of concept in the PR working. but in order for this to be properly tested I'd like a test case that comes with a ton of submodules. got a good open source git repo for this to be tested in? |
Try this one, it has ~10 submodules: https://github.com/mmp/pbrt-v4 |
I'd really like to see submodule support, i.e. updating and navigating into and out of submodules connected to the main repository. My most common use case is to invoke
git submodule update --init --recursive
after agit pull
. Of course, once you navigate into a submodule, this module is just another repo and the normal gitui applies.The text was updated successfully, but these errors were encountered: