Don't checkout submodules by default
This makes sure that cargo does not clone and checkout all the submodules if pointing to this repository as a git dependency.
To checkout the submodules git submodule update --checkout
can be
used.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This makes sure that cargo does not clone and checkout all the submodules if pointing to this repository as a git dependency.
To checkout the submodules git submodule update --checkout
can be
used.