Skip to content
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

submodules: support for reference repositories #367

Open
timblechmann opened this issue Nov 30, 2015 · 1 comment
Open

submodules: support for reference repositories #367

timblechmann opened this issue Nov 30, 2015 · 1 comment
Labels

Comments

@timblechmann
Copy link

@timblechmann timblechmann commented Nov 30, 2015

git submodule add has a support for reference repositories to speed up cloning. it would be great, if gitpython would expose this via Submodule.add and Submodule.update

@Byron
Copy link
Member

@Byron Byron commented Dec 7, 2015

Thanks for your suggestion.

As GitPython is in maintenance mode, there will be no new features added by me. For now and as a workaround, it should be possible to use the git command-line directly, such as in repo.git.submodule('add', ...).

@Byron Byron added the enhancement label Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.