You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments