Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloning only the default branch and with a depth of 1 speeds up the clone time greatly ```sh I0818 19:01:24.786890 27900 git.go:79] Going to run git clone --depth=1 --single-branch -v git@gitlab.com:test/test.git /Users/dbrian/.krew/index/test Cloning into '/Users/dbrian/.krew/index/test'... I0818 19:01:25.342370 27900 fetch_tag.go:47] Parsing response from GitHub ``` ```sh I0818 19:00:39.064036 27722 git.go:79] Going to run git clone -v git@gitlab.com:test/test.git /Users/dbrian/.krew/index/test Cloning into '/Users/dbrian/.krew/index/test'... I0818 19:00:48.527775 27722 root.go:180] Upgrade check was skipped or has not finished ``` Signed-off-by: Brian Davis <dbrian@vmware.com>
- Loading branch information