-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add flag to initialize submodules --git-recurse-submodules (#342)
* add flag to initialize submodules --git-recurse-submodules - When set, it will recursively fetch all submodules. - If any submodule uses a SSH URL (i.e. `[email protected]:ORG/REPO.git`), it will be replaced with a HTTPS one (i.e. `https://github.com/ORG/REPO.git`) so that token authentication can be used to clone private repositories. - Any public Git repository should work (i.e. those not hosted on Github). * fix recursion decrement * lint * use parameterized Github URL to rewrite SSH URLs --------- Co-authored-by: Vincent Behar <[email protected]>
- Loading branch information
1 parent
0603017
commit d128811
Showing
5 changed files
with
85 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters