Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: Pass --branch to git clone command
In the case where submodules are only on a branch, then the initial clone won't get them. We were only not using `--branch` because of RHEL7 support, which we no longer care about. Pass `--branch` to the initial `git clone` so it's cleaner, and we handle submodules correctly.
- Loading branch information