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

Improve retro compatibility with old git versions #16

Closed
fsquillace opened this issue Apr 4, 2016 · 0 comments
Closed

Improve retro compatibility with old git versions #16

fsquillace opened this issue Apr 4, 2016 · 0 comments

Comments

@fsquillace
Copy link
Member

This command will be accepted by git 1.7: git submodule update --init
What we use right now is the following that works only on 1.8+: git submodule update --init --depth 1 --remote

I think that is better to improve retro compatibility and use the old version of it which should still work on newest git version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant