We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, if you call mgit bootstrap and then mgit bootstrap --recursive, the second call will do nothing, even if there are repository to be cloned.
mgit bootstrap
mgit bootstrap --recursive
This happens because the bootstrap command aborts immediately, without checking what else it could clone.
PS. After merging bootstrap into update, the same issue will apply to update.
The text was updated successfully, but these errors were encountered:
Tests: Added test for command/bootstrap. Fixes #31.
e42e16d
Merge pull request #44 from cksource/t/43
5751eb7
Fix: Fixed various minor issues with the commands. Introduced missing tests. Closes #31. Closes #41. Closes #3. Closes #43.
pomek
No branches or pull requests
Right now, if you call
mgit bootstrap
and thenmgit bootstrap --recursive
, the second call will do nothing, even if there are repository to be cloned.This happens because the bootstrap command aborts immediately, without checking what else it could clone.
PS. After merging bootstrap into update, the same issue will apply to update.
The text was updated successfully, but these errors were encountered: