Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default clone of IOTstack uses
--filter=tree:0
Implements suggestion from @Slyke. Can be overridden via `GIT_CLONE_OPTIONS`. Examples: * Clone full repo - either of the following: ``` $ GIT_CLONE_OPTIONS= ./install.sh $ GIT_CLONE_OPTIONS="" ./install.sh ``` * Different options: ``` $ GIT_CLONE_OPTIONS="--filter=blob:none" ./install.sh ``` Naturally the user is responsible for passing valid options! Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com>
- Loading branch information